aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/vlc/x264_r2245.bb
AgeCommit message (Collapse)Author
2009-03-29x264: Remove do_configure override.Leon Woestenberg
2009-03-29x264: Enable using yasm-native for x86 machine.Leon Woestenberg
Results in using optimized assembler functions instead of their C equivalent. The x264 encoder has many x86/SSE optimizations, this will increase its performance much.
2009-03-28x264: fix a few bugsKoen Kooi
* quoting EXTRA_OECONF = "something"$FOO"" is wrong * passing --enable-shared and then doing CFLAGS += -static is wrong as well * the beagleboard 'optimizations' were duplicating flags already there, and worse passed in O3 when O4 was the default * adding machine optimizations without changing package arch is wrong as well
2009-03-28x264: now uses upstream revision number. added --extra-cflags for beagleboard.Leon Woestenberg
Allows for easier optimizing the build using ECFLAGS. Tested-by: Leon Woestenberg <leon@sidebranch.com> Tested-by: Stanislav Popov <s.popov@rsc.bg>