[vlc-devel] commit: Revert [832ce82dac31f15dca7b734c7df7c943ea652bd6] as yasm is x86( _64) only ( Felix Paul Kühne )
git version control
git at videolan.org
Mon Apr 13 18:03:29 CEST 2009
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Mon Apr 13 18:03:25 2009 +0200| [bd0ccf4cada8c67ea485a10e887179521b10c15d] | committer: Felix Paul Kühne
Revert [832ce82dac31f15dca7b734c7df7c943ea652bd6] as yasm is x86(_64) only
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bd0ccf4cada8c67ea485a10e887179521b10c15d
---
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 47c4b9d..2928333 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
+ifdef HAVE_DARWIN_OS_ON_INTEL
.x264: x264 .yasm
(cd $<; $(HOSTCC) ./configure $(X264CONF) --prefix="$(PREFIX)" && make && make install)
else
More information about the vlc-devel
mailing list