Commit 832ce82d authored by Felix Paul Kühne's avatar Felix Paul Kühne

contribs: use yasm on PPC-Darwin, too

parent 4bbadba3
...@@ -1432,7 +1432,7 @@ ifdef HAVE_WIN32 ...@@ -1432,7 +1432,7 @@ ifdef HAVE_WIN32
(cd $<; $(HOSTCC) ./configure $(X264CONF) --prefix="$(PREFIX)" --enable-pthread && make && make install) (cd $<; $(HOSTCC) ./configure $(X264CONF) --prefix="$(PREFIX)" --enable-pthread && make && make install)
endif endif
else else
ifdef HAVE_DARWIN_OS_ON_INTEL ifdef HAVE_DARWIN_OS
.x264: x264 .yasm .x264: x264 .yasm
(cd $<; $(HOSTCC) ./configure $(X264CONF) --prefix="$(PREFIX)" && make && make install) (cd $<; $(HOSTCC) ./configure $(X264CONF) --prefix="$(PREFIX)" && make && make install)
else else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment