Commit 8e938c63 authored by Felix Paul Kühne's avatar Felix Paul Kühne

* use the current x264 revisions and Xcode's native nasm on x86-OSX. This...

* use the current x264 revisions and Xcode's native nasm on x86-OSX. This requires Xcode 2.4.1 or later. Patch by Brian Raymond <braymond --a-t- echostorm net>

I second his request to include this in 0.8.6 as well, since this update improves the performance on PowerPC-based Macs by 20% without breaking compatibility with our module.
parent 8fdb157f
......@@ -1212,11 +1212,7 @@ else
endif
endif
ifeq ($(HOST),i686-apple-darwin8)
.x264: x264 .nasm
else
.x264: x264
endif
(cd $<; ./configure $(X264CONF) --prefix="$(PREFIX)" && make && make install)
touch $@
......
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