libtheora-1.1.1.diff 679 B

12345678910111213
  1. diff -ru libtheora-1.1.1.org/configure libtheora-1.1.1/configure
  2. --- libtheora-1.1.1.org/configure 2009-10-01 20:04:08.000000000 +0200
  3. +++ libtheora-1.1.1/configure 2014-04-05 00:00:32.000000000 +0200
  4. @@ -11863,7 +11863,7 @@
  5. case $host in
  6. *)
  7. DEBUG="-g -Wall -Wno-parentheses -DDEBUG -D__NO_MATH_INLINES"
  8. - CFLAGS="-Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops"
  9. + CFLAGS="-Wall -Wno-parentheses -O3 -fomit-frame-pointer -finline-functions -funroll-loops"
  10. PROFILE="-Wall -Wno-parentheses -pg -g -O3 -fno-inline-functions -DDEBUG";;
  11. esac
  12. fi