]> git.sesse.net Git - vlc/commitdiff
contribs: fixed libtheora compilation once again
authorFelix Paul Kühne <fkuehne@videolan.org>
Sun, 26 Jul 2009 13:39:52 +0000 (15:39 +0200)
committerFelix Paul Kühne <fkuehne@videolan.org>
Sun, 26 Jul 2009 13:39:52 +0000 (15:39 +0200)
extras/contrib/src/Patches/theora_mac.patch

index ed4d835a899d61d6c5b5a39aadee2b3eb08d22dd..f0c7efc19ca1fa7a7065c12c9c1fefe31d826478 100644 (file)
@@ -14,7 +14,7 @@
          *)
                  DEBUG="-g -Wall -Wno-parentheses -DDEBUG -D__NO_MATH_INLINES"
 -                CFLAGS="-Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops"
-+                EXTRAS_CFLAGS="-Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -fno-pic"
++                EXTRAS_CFLAGS="-Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -read_only_relocs suppress"
                  PROFILE="-Wall -Wno-parentheses -pg -g -O3 -fno-inline-functions -DDEBUG";;
          esac
  fi