mirror of
https://github.com/samsonjs/media.git
synced 2026-04-01 10:35:48 +00:00
Make ffmpeg build instructions repeatable
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=197531723
This commit is contained in:
parent
49691e5117
commit
5140341094
1 changed files with 2 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue