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 b46fd47 commit 1e55074Copy full SHA for 1e55074
build_scripts/build_ffmpeg.sh
@@ -185,8 +185,6 @@ then
185
HOST=arm-linux-androideabi
186
CROSS_PREFIX=$ARM_PREBUILT/bin/$HOST-
187
OPTIMIZE_CFLAGS="$OPTIMIZE_CFLAGS "
188
-
189
-#added by alexvas
190
elif [ $ARCH == "arm64" ]
191
then
192
SYSROOT=$ARM64_SYSROOT
@@ -241,7 +239,6 @@ if [ "$FLAVOR" = "full" ]; then
241
239
--disable-shared \
242
240
--disable-cli \
243
--disable-opencl \
244
- --disable-asm \
245
--prefix=$PREFIX
246
247
make clean
@@ -357,7 +354,6 @@ if [ "$FLAVOR" = "full" ]; then
357
354
--enable-small \
358
355
--enable-gpl \
359
356
--enable-nonfree \
360
361
\
362
363
--enable-static \
0 commit comments