Skip to content

Commit

Permalink
Make ffmpeg build instructions repeatable
Browse files Browse the repository at this point in the history
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=197531723
  • Loading branch information
andrewlewis committed May 22, 2018
1 parent 49691e5 commit 5140341
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion extensions/ffmpeg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 5140341

Please sign in to comment.