summaryrefslogtreecommitdiff
path: root/package/libx264/patches/patch-configure
blob: dd0097aebe861ec374d34935b8f84f59a0946ace (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
--- libx264-1.0.orig/configure	2013-10-10 22:45:04.000000000 +0200
+++ libx264-1.0/configure	2013-10-12 17:49:39.000000000 +0200
@@ -985,9 +985,9 @@ if [ "$debug" = "yes" ]; then
 elif [ $ARCH = ARM ]; then
     # arm-gcc-4.2 produces incorrect output with -ffast-math
     # and it doesn't save any speed anyway on 4.4, so disable it
-    CFLAGS="-O3 -fno-fast-math $CFLAGS"
+    CFLAGS="-fno-fast-math $CFLAGS"
 else
-    CFLAGS="-O3 -ffast-math $CFLAGS"
+    CFLAGS="-ffast-math $CFLAGS"
 fi
 
 if cc_check '' -fno-tree-vectorize ; then
@@ -1125,6 +1125,7 @@ bindir=$bindir
 libdir=$libdir
 includedir=$includedir
 ARCH=$ARCH
+ASM=$asm
 SYS=$SYS
 CC=$CC
 CFLAGS=$CFLAGS
@@ -1136,7 +1137,7 @@ LIBX264=$LIBX264
 AR=$AR
 RANLIB=$RANLIB
 STRIP=$STRIP
-AS=$AS
+AS=$CC
 ASFLAGS=$ASFLAGS
 RC=$RC
 RCFLAGS=$RCFLAGS