Skip to content

Commit 75441c4

Browse files
committed
Fix error with NDK r26
1 parent 0625423 commit 75441c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/decoder_ffmpeg/src/main/jni/build_ffmpeg.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ make clean
113113
./configure \
114114
--libdir=android-libs/x86_64 \
115115
--arch=x86_64 \
116-
--cpu=x86_64 \
116+
--cpu=x86-64 \
117117
--cross-prefix="${TOOLCHAIN_PREFIX}/x86_64-linux-android${ANDROID_ABI_64BIT}-" \
118118
--nm="${TOOLCHAIN_PREFIX}/llvm-nm" \
119119
--ar="${TOOLCHAIN_PREFIX}/llvm-ar" \

0 commit comments

Comments
 (0)