Skip to content

Commit

Permalink
Fix: /include/wels/ from openh264 is required to be present for futur…
Browse files Browse the repository at this point in the history
…e build
  • Loading branch information
serhiy serbin committed Aug 23, 2016
1 parent b74b843 commit 6da135d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function openssl() {
OPENH264_DIR="${BUILD_DIR}/openh264"
OPENH264_ENABLED=
function openh264() {
if [ ! -f "${OPENH264_DIR}/lib/libopenh264.a" ]; then
if [ ! -f "${OPENH264_DIR}/lib/libopenh264.a" ] || [ ! -d "${OPENH264_DIR}/include/wels/" ]; then
"${__DIR__}/openh264.sh" "${OPENH264_DIR}"
else
echo "Using OpenH264..."
Expand Down

0 comments on commit 6da135d

Please sign in to comment.