Commit 054bff80 by aquilescanta Committed by Santiago Seifert

Fix ffmpeg build script's strip tool for armeabi-v7a

Broken in https://github.com/google/ExoPlayer/commit/bf21e3c690cfbab6cdbb76b3dd6e353f7221b3f1.

PiperOrigin-RevId: 344777455
parent 9f6ff55c
../../proguard-rules.txt
\ No newline at end of file
......@@ -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}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment