[vlc-devel] commit: contribs: fixed libtheora compilation once again ( Felix Paul Kühne )

git version control git at videolan.org
Sun Jul 26 15:39:59 CEST 2009


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sun Jul 26 15:39:52 2009 +0200| [57e230c652793ab2965a26e14dfbe4669cbbcba5] | committer: Felix Paul Kühne 

contribs: fixed libtheora compilation once again

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=57e230c652793ab2965a26e14dfbe4669cbbcba5
---

 extras/contrib/src/Patches/theora_mac.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/extras/contrib/src/Patches/theora_mac.patch b/extras/contrib/src/Patches/theora_mac.patch
index ed4d835..f0c7efc 100644
--- a/extras/contrib/src/Patches/theora_mac.patch
+++ b/extras/contrib/src/Patches/theora_mac.patch
@@ -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




More information about the vlc-devel mailing list