patch-configure.orig 677 B

1234567891011121314151617181920212223
  1. --- libx264-1.0.orig/configure 2013-10-10 22:45:04.000000000 +0200
  2. +++ libx264-1.0/configure 2013-10-11 11:33:39.000000000 +0200
  3. @@ -985,9 +985,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. @@ -1136,7 +1136,7 @@ LIBX264=$LIBX264
  15. AR=$AR
  16. RANLIB=$RANLIB
  17. STRIP=$STRIP
  18. -AS=$AS
  19. +AS=$CC
  20. ASFLAGS=$ASFLAGS
  21. RC=$RC
  22. RCFLAGS=$RCFLAGS