We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4511989 commit 7406393Copy full SHA for 7406393
scripts/ffmpeg/build.sh
@@ -21,9 +21,6 @@ done
21
DEP_CFLAGS="-I${BUILD_DIR_EXTERNAL}/${ANDROID_ABI}/include"
22
DEP_LD_FLAGS="-L${BUILD_DIR_EXTERNAL}/${ANDROID_ABI}/lib $FFMPEG_EXTRA_LD_FLAGS"
23
24
-# Everything that goes below ${EXTRA_BUILD_CONFIGURATION_FLAGS} is my project-specific.
25
-# You are free to enable/disable whatever you actually need.
26
-
27
./configure \
28
--prefix=${BUILD_DIR_FFMPEG}/${ANDROID_ABI} \
29
--enable-cross-compile \
0 commit comments