diff options
Diffstat (limited to 'libs/libx264/patches/002-dont-default-to-cortex-a9-with-neon.patch')
-rw-r--r-- | libs/libx264/patches/002-dont-default-to-cortex-a9-with-neon.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libx264/patches/002-dont-default-to-cortex-a9-with-neon.patch b/libs/libx264/patches/002-dont-default-to-cortex-a9-with-neon.patch index 7062b6761..42f2042c8 100644 --- a/libs/libx264/patches/002-dont-default-to-cortex-a9-with-neon.patch +++ b/libs/libx264/patches/002-dont-default-to-cortex-a9-with-neon.patch @@ -16,7 +16,7 @@ Signed-off-by: Maxin B. John <maxin.john@intel.com> --- a/configure +++ b/configure -@@ -940,9 +940,6 @@ if [ $asm = auto -a \( $ARCH = X86 -o $A +@@ -975,9 +975,6 @@ if [ $asm = auto -a \( $ARCH = X86 -o $A fi if [ $asm = auto -a $ARCH = ARM ] ; then |