[vlc-commits] commit: contribs: fixed 64bit compilation of x264 on	Mac OS X ( =?UTF-8?Q?Felix=20Paul=20K=C3=BChne=20?=)
    git at videolan.org 
    git at videolan.org
       
    Thu Dec  2 11:47:24 CET 2010
    
    
  
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Thu Dec  2 11:46:57 2010 +0100| [609ed8bfba91cd446bbb8d7cd17b3726c73b8fd8] | committer: Felix Paul Kühne 
contribs: fixed 64bit compilation of x264 on Mac OS X
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=609ed8bfba91cd446bbb8d7cd17b3726c73b8fd8
---
 extras/contrib/src/contrib-src.mak |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/extras/contrib/src/contrib-src.mak b/extras/contrib/src/contrib-src.mak
index 45ec644..3904395 100644
--- a/extras/contrib/src/contrib-src.mak
+++ b/extras/contrib/src/contrib-src.mak
@@ -1418,7 +1418,7 @@ ifdef HAVE_MACOSX
 X264CONF =--host=$(HOST)
 X264CONF += --enable-pic
 ifdef HAVE_MACOSX64
-X264CONF +=--host=x86_64-apple-MACOSX10
+X264CONF +=--host=x86_64-apple-darwin10
 endif
 endif
 
    
    
More information about the vlc-commits
mailing list