[vlc-devel] commit: contribs: fixed theora compilation ( Felix Paul Kühne )
    git version control 
    git at videolan.org
       
    Sat Aug 15 00:27:33 CEST 2009
    
    
  
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sat Aug 15 00:27:16 2009 +0200| [8a9dcc7e748ad6cf8e0b3e881ee8baedba692f5e] | committer: Felix Paul Kühne 
contribs: fixed theora compilation
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8a9dcc7e748ad6cf8e0b3e881ee8baedba692f5e
---
 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 f0c7efc..bce146b 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 -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
    
    
More information about the vlc-devel
mailing list