Avoid failure if USER_BUILD_CONFIGURATION_FLAGS is not set, which would result in a blank line being added to the configure command.

pull/21/head
Andrew Killer 5 years ago
parent fec394b693
commit 5877785c78
  1. 3
      scripts/ffmpeg/build.sh

@ -40,8 +40,7 @@ DEP_LD_FLAGS="-L${BUILD_DIR_EXTERNAL}/${ANDROID_ABI}/lib $FFMPEG_EXTRA_LD_FLAGS"
--enable-shared \
--disable-static \
--pkg-config=$(which pkg-config) \
${EXTRA_BUILD_CONFIGURATION_FLAGS} \
${USER_BUILD_CONFIGURATION_FLAGS} \
${EXTRA_BUILD_CONFIGURATION_FLAGS} ${USER_BUILD_CONFIGURATION_FLAGS} \
--disable-runtime-cpudetect \
--disable-programs \
--disable-muxers \

Loading…
Cancel
Save