Merge pull request #4242 from ened/patch-2

[extension-ffmpeg] repeatable build instructions
This commit is contained in:
Andrew Lewis 2018-05-22 10:13:09 +01:00 committed by GitHub
commit 203f737b0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,7 +70,7 @@ COMMON_OPTIONS="\
--enable-decoder=flac \
" && \
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 \
--libdir=android-libs/armeabi-v7a \
--arch=arm \