Skip to content

Commit 7406393

Browse files
committed
Comments improving
1 parent 4511989 commit 7406393

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scripts/ffmpeg/build.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ done
2121
DEP_CFLAGS="-I${BUILD_DIR_EXTERNAL}/${ANDROID_ABI}/include"
2222
DEP_LD_FLAGS="-L${BUILD_DIR_EXTERNAL}/${ANDROID_ABI}/lib $FFMPEG_EXTRA_LD_FLAGS"
2323

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-
2724
./configure \
2825
--prefix=${BUILD_DIR_FFMPEG}/${ANDROID_ABI} \
2926
--enable-cross-compile \

0 commit comments

Comments
 (0)