diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-12 18:48:35 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-12 18:48:35 +0100 |
commit | 2e8823cb5c59d7524b5dd5e40266c4ef993b3102 (patch) | |
tree | 69a9d126a579863abbcf09241bf825754e93e04e /package/libx264/patches/patch-configure.orig | |
parent | d095aec6ce9898c422e86df46195e3410eb1f163 (diff) | |
parent | 2975c1ab583edcfbb46626f003867738fcb0b556 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libx264/patches/patch-configure.orig')
-rw-r--r-- | package/libx264/patches/patch-configure.orig | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/package/libx264/patches/patch-configure.orig b/package/libx264/patches/patch-configure.orig deleted file mode 100644 index b480bd661..000000000 --- a/package/libx264/patches/patch-configure.orig +++ /dev/null @@ -1,23 +0,0 @@ ---- libx264-1.0.orig/configure 2013-10-10 22:45:04.000000000 +0200 -+++ libx264-1.0/configure 2013-10-11 11:33: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 -@@ -1136,7 +1136,7 @@ LIBX264=$LIBX264 - AR=$AR - RANLIB=$RANLIB - STRIP=$STRIP --AS=$AS -+AS=$CC - ASFLAGS=$ASFLAGS - RC=$RC - RCFLAGS=$RCFLAGS |