[vlc-devel] commit: contribs: Darwin 10 != 64bit code ( Felix Paul Kühne )

git version control git at videolan.org
Tue Oct 27 23:30:29 CET 2009


vlc | branch: 1.0-bugfix | Felix Paul Kühne <fkuehne at videolan.org> | Tue Oct 27 23:29:51 2009 +0100| [b403ea47227022b814ff21c910721c882c348658] | committer: Felix Paul Kühne 

contribs: Darwin 10 != 64bit code

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

 extras/contrib/src/Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index 8f48707..03bf800 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -149,7 +149,7 @@ ifdef HAVE_DARWIN_OS
 X264CONF += --enable-pic
 FFMPEGCONF += --cc=$(CC)
 FFMPEGCONF += --arch=$(ARCH)
-ifdef HAVE_DARWIN_10
+ifdef HAVE_DARWIN_64
 FFMPEGCONF += --cpu=core2
 X264CONF+=--host=x86_64-apple-darwin10
 endif
@@ -816,7 +816,7 @@ ifdef HAVE_WIN32
 THEORACONF += --disable-docs
 endif
 
-ifdef HAVE_DARWIN_10
+ifdef HAVE_DARWIN_64
 THEORACONF += --disable-asm
 endif
 




More information about the vlc-devel mailing list