]> git.sesse.net Git - vlc/commitdiff
contribs: fixed theora compilation
authorFelix Paul Kühne <fkuehne@videolan.org>
Fri, 14 Aug 2009 22:27:16 +0000 (00:27 +0200)
committerFelix Paul Kühne <fkuehne@videolan.org>
Fri, 14 Aug 2009 22:27:16 +0000 (00:27 +0200)
extras/contrib/src/Patches/theora_mac.patch

index f0c7efc19ca1fa7a7065c12c9c1fefe31d826478..bce146bcf8f28ab9301bb0fdf49d4b0a9d35468e 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 -read_only_relocs suppress"
++                EXTRAS_CFLAGS="-Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -read_only_relocs suppress -fno-pic"
                  PROFILE="-Wall -Wno-parentheses -pg -g -O3 -fno-inline-functions -DDEBUG";;
          esac
  fi