You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
588 B
15 lines
588 B
Index: x264-0.142-20141221-6a301b6/configure
|
|
===================================================================
|
|
--- x264-0.142-20141221-6a301b6.orig/configure
|
|
+++ x264-0.142-20141221-6a301b6/configure
|
|
@@ -788,9 +788,6 @@ if [ $asm = auto -a $ARCH = ARM ] ; then
|
|
fi
|
|
|
|
if [ $asm = auto -a $ARCH = AARCH64 ] ; then
|
|
- # set flags so neon is built by default
|
|
- echo $CFLAGS | grep -Eq '(-mcpu|-march|-mfpu|-arch)' || CFLAGS="$CFLAGS -arch arm64 -mfpu=neon"
|
|
-
|
|
if cc_check '' '' '__asm__("cmeq v0.8h, v0.8h, #0");' ; then define HAVE_NEON
|
|
ASFLAGS="$ASFLAGS -c"
|
|
else
|