[vlc-devel] commit: contribs: use yasm on PPC-Darwin, too ( Felix Paul Kühne )

git version control git at videolan.org
Mon Apr 13 15:48:57 CEST 2009


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Mon Apr 13 15:48:52 2009 +0200| [832ce82dac31f15dca7b734c7df7c943ea652bd6] | committer: Felix Paul Kühne 

contribs: use yasm on PPC-Darwin, too

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

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

diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index 0af68a0..54eef6a 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -1432,7 +1432,7 @@ ifdef HAVE_WIN32
 	(cd $<; $(HOSTCC) ./configure $(X264CONF) --prefix="$(PREFIX)" --enable-pthread && make && make install)
   endif
 else
-ifdef HAVE_DARWIN_OS_ON_INTEL
+ifdef HAVE_DARWIN_OS
   .x264: x264 .yasm
 	(cd $<; $(HOSTCC) ./configure $(X264CONF) --prefix="$(PREFIX)" && make && make install)
 else




More information about the vlc-devel mailing list