aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/vlc
AgeCommit message (Collapse)Author
2009-09-29vlc: update to 1.0.2Koen Kooi
2009-09-29x264: update to a more recent snapshotKoen Kooi
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>
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>