patch-configure 679 B

12345678910111213141516171819202122
  1. --- libx264-1.0.1.orig/configure 2014-01-22 11:20:21.000000000 +0100
  2. +++ libx264-1.0.1/configure 2014-01-22 11:29:13.000000000 +0100
  3. @@ -1007,9 +1007,9 @@ if [ "$debug" = "yes" ]; then
  4. elif [ $ARCH = ARM ]; then
  5. # arm-gcc-4.2 produces incorrect output with -ffast-math
  6. # and it doesn't save any speed anyway on 4.4, so disable it
  7. - CFLAGS="-O3 -fno-fast-math $CFLAGS"
  8. + CFLAGS="-fno-fast-math $CFLAGS"
  9. else
  10. - CFLAGS="-O3 -ffast-math $CFLAGS"
  11. + CFLAGS="-ffast-math $CFLAGS"
  12. fi
  13. if cc_check '' -fno-tree-vectorize ; then
  14. @@ -1147,6 +1147,7 @@ bindir=$bindir
  15. libdir=$libdir
  16. includedir=$includedir
  17. ARCH=$ARCH
  18. +ASM=$asm
  19. SYS=$SYS
  20. CC=$CC
  21. CFLAGS=$CFLAGS