mirror of
https://github.com/androidx/media.git
synced 2025-05-07 15:40:37 +08:00
[extension-ffmpeg] repeatable build instructions
Ensure the build instructions are repeatable once the ffmpeg repository is checked out.
This commit is contained in:
parent
9adf9542e1
commit
8d5cab8acf
@ -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 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user