Make ffmpeg build instructions repeatable

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=197531723
This commit is contained in:
andrewlewis 2018-05-22 02:14:56 -07:00 committed by Andrew Lewis
parent 49691e5117
commit 5140341094

View file

@ -70,7 +70,8 @@ COMMON_OPTIONS="\
--enable-decoder=flac \
" && \
cd "${FFMPEG_EXT_PATH}/jni" && \
(git -C ffmpeg pull || 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 \