Commit 203f737b by Andrew Lewis Committed by GitHub

Merge pull request #4242 from ened/patch-2

[extension-ffmpeg] repeatable build instructions
parents 7b855e45 8d5cab8a
Showing with 1 additions and 1 deletions
...@@ -70,7 +70,7 @@ COMMON_OPTIONS="\ ...@@ -70,7 +70,7 @@ COMMON_OPTIONS="\
--enable-decoder=flac \ --enable-decoder=flac \
" && \ " && \
cd "${FFMPEG_EXT_PATH}/jni" && \ cd "${FFMPEG_EXT_PATH}/jni" && \
git clone git://source.ffmpeg.org/ffmpeg ffmpeg && cd ffmpeg && \ (git -C ffmpeg pull || git clone git://source.ffmpeg.org/ffmpeg ffmpeg) && cd ffmpeg && \
./configure \ ./configure \
--libdir=android-libs/armeabi-v7a \ --libdir=android-libs/armeabi-v7a \
--arch=arm \ --arch=arm \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment