mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
Fix ffmpeg build script's strip tool for armeabi-v7a
Broken in bf21e3c690.
PiperOrigin-RevId: 344777455
This commit is contained in:
parent
9f6ff55c0f
commit
054bff80fd
2 changed files with 1 additions and 2 deletions
|
|
@ -1 +0,0 @@
|
|||
../../proguard-rules.txt
|
||||
|
|
@ -52,7 +52,7 @@ cd "${FFMPEG_EXT_PATH}/jni/ffmpeg"
|
|||
--nm="${TOOLCHAIN_PREFIX}/arm-linux-androideabi-nm" \
|
||||
--ar="${TOOLCHAIN_PREFIX}/arm-linux-androideabi-ar" \
|
||||
--ranlib="${TOOLCHAIN_PREFIX}/arm-linux-androideabi-ranlib" \
|
||||
--strip="${TOOLCHAIN_PREFIX}/armv7a-linux-androideabi-strip" \
|
||||
--strip="${TOOLCHAIN_PREFIX}/arm-linux-androideabi-strip" \
|
||||
--extra-cflags="-march=armv7-a -mfloat-abi=softfp" \
|
||||
--extra-ldflags="-Wl,--fix-cortex-a8" \
|
||||
${COMMON_OPTIONS}
|
||||
|
|
|
|||
Loading…
Reference in a new issue