We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0625423 commit 75441c4Copy full SHA for 75441c4
libraries/decoder_ffmpeg/src/main/jni/build_ffmpeg.sh
@@ -113,7 +113,7 @@ make clean
113
./configure \
114
--libdir=android-libs/x86_64 \
115
--arch=x86_64 \
116
- --cpu=x86_64 \
+ --cpu=x86-64 \
117
--cross-prefix="${TOOLCHAIN_PREFIX}/x86_64-linux-android${ANDROID_ABI_64BIT}-" \
118
--nm="${TOOLCHAIN_PREFIX}/llvm-nm" \
119
--ar="${TOOLCHAIN_PREFIX}/llvm-ar" \
0 commit comments