diff --git a/scripts/ffmpeg/build.sh b/scripts/ffmpeg/build.sh index 88c8db1..87e4e4d 100755 --- a/scripts/ffmpeg/build.sh +++ b/scripts/ffmpeg/build.sh @@ -21,9 +21,6 @@ done DEP_CFLAGS="-I${BUILD_DIR_EXTERNAL}/${ANDROID_ABI}/include" DEP_LD_FLAGS="-L${BUILD_DIR_EXTERNAL}/${ANDROID_ABI}/lib $FFMPEG_EXTRA_LD_FLAGS" -# Everything that goes below ${EXTRA_BUILD_CONFIGURATION_FLAGS} is my project-specific. -# You are free to enable/disable whatever you actually need. - ./configure \ --prefix=${BUILD_DIR_FFMPEG}/${ANDROID_ABI} \ --enable-cross-compile \