Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2008-09-02 | ffmpeg: move improved staging method from _git to .inc | Koen Kooi | 1 | |
2008-08-30 | ffmpeg: Revert DEPENDS on coreutils-native. Instead, remove -s (strip) ↵ | Leon Woestenberg | 1 | |
argument to install. | ||||
2008-08-24 | packages/ffmpeg/ffmpeg_0.4.9-pre1.bb : Disable mmx for x86 | Stelios Koroneos | 1 | |
Add core-utils to the depends list as build fails during ffmpeg's install/stip stage | ||||
2008-02-24 | ffmpeg: make svn buildable, fix configure options for 0.4.9-pre1, unify, ↵ | Junqian Gordon Xu | 1 | |
clean up * fix svn using SRCDATE * reformat EXTRA_OECONF to make the order of the options follow ./configure --help * NOTE: --cpu(0.4.9-pre1) equals --arch(svn); while --tune(0.4.9-pre1) equals --cpu(svn) * NOTE: oe uses --march and --mtune, so the above optimization by ffmpeg (--mcpu) is not really needed * NOTE: but we try to make --cpu(0.4.9-pre1) or --arch(svn) as close to $TARGET_ARCH as possible * checked --march and --mtune and $TARGET_CFLAGS are used correctly * remove unnecessary FLAGS, configure options, oe_runconf(), etc in either svn or pre1 * unify svn and 0.4.9-pre1, however not much can be done for packaging and staging * QA: add LEAD_SONAME, fix DESCRIPTION, HOME, AUTHOR | ||||
2008-02-24 | ffmpeg: fix 0.4.9-pre1 oebug 1897, fix svn packaging oebug 3850 | Junqian Gordon Xu | 1 | |
* gcc4.patch absorbs the original common.patch and adds hacks to satisfy stricter type checking by gcc4 * soname.patch adds libpostproc fix in oebug 1897 comment#1 * drop the obsolete/dup patches in ffmpeg dir * 1st attemp to unify 0.4.9 and svn. * TODO: further unification of packaging and staging is desired once svn recipie settles |