We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f012abe commit 69f02aaCopy full SHA for 69f02aa
build_scripts/build_ffmpeg.sh
@@ -181,7 +181,7 @@ then
181
SYSROOT=$ARM_SYSROOT
182
HOST=arm-linux-androideabi
183
CROSS_PREFIX=$ARM_PREBUILT/bin/$HOST-
184
- OPTIMIZE_CFLAGS="$OPTIMIZE_CFLAGS -Dlog2\(x\)=\(log\(x\)/log\(2\)\) -Dlog2f\(x\)=\(logf\(x\)/log\(2\)\)"
+ OPTIMIZE_CFLAGS="$OPTIMIZE_CFLAGS "
185
186
#added by alexvas
187
elif [ $ARCH == "arm64" ]
0 commit comments