summaryrefslogtreecommitdiff
path: root/recipes/vlc/x264_r2245.bb
AgeCommit message (Collapse)AuthorFiles
2010-07-02x264_r2245.bb: fix build for mipsel (duplicate the mips fix).Graham Gower1
Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-01x264: update snapshot and convert to new style stagingKoen Kooi1
2010-05-15x264_r2245.bb: Set X264_ECFLAGS="-fPIC" for mips mipsKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa1
* fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-09-29x264: update to a more recent snapshotKoen Kooi1
2009-03-29x264: Remove do_configure override.Leon Woestenberg1
2009-03-29x264: Enable using yasm-native for x86 machine.Leon Woestenberg1
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 Kooi1
* 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 Woestenberg1
Allows for easier optimizing the build using ECFLAGS. Tested-by: Leon Woestenberg <leon@sidebranch.com> Tested-by: Stanislav Popov <s.popov@rsc.bg>