Skip to content

Commit 1e55074

Browse files
committed
libx264: don't disable-asm
1 parent b46fd47 commit 1e55074

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

build_scripts/build_ffmpeg.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,6 @@ then
185185
HOST=arm-linux-androideabi
186186
CROSS_PREFIX=$ARM_PREBUILT/bin/$HOST-
187187
OPTIMIZE_CFLAGS="$OPTIMIZE_CFLAGS "
188-
189-
#added by alexvas
190188
elif [ $ARCH == "arm64" ]
191189
then
192190
SYSROOT=$ARM64_SYSROOT
@@ -241,7 +239,6 @@ if [ "$FLAVOR" = "full" ]; then
241239
--disable-shared \
242240
--disable-cli \
243241
--disable-opencl \
244-
--disable-asm \
245242
--prefix=$PREFIX
246243

247244
make clean
@@ -357,7 +354,6 @@ if [ "$FLAVOR" = "full" ]; then
357354
--enable-small \
358355
--enable-gpl \
359356
--enable-nonfree \
360-
--disable-asm \
361357
\
362358
--disable-shared \
363359
--enable-static \

0 commit comments

Comments
 (0)