ffmpeg: make svn buildable, fix configure options for 0.4.9-pre1, unify, clean up
authorJunqian Gordon Xu <xjqian@gmail.com>
Sun, 24 Feb 2008 11:14:19 +0000 (11:14 +0000)
committerJunqian Gordon Xu <xjqian@gmail.com>
Sun, 24 Feb 2008 11:14:19 +0000 (11:14 +0000)
commitd9a1af61ed037f1d5847bbaca10000b248937ce1
tree79584c91874bc602b7c48451e42efb947d636bc6
parentf7d9bfb1a8285e46b6156a8cc7cced5d00a308d1
ffmpeg: make svn buildable, fix configure options for 0.4.9-pre1, unify, 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
packages/ffmpeg/ffmpeg.inc
packages/ffmpeg/ffmpeg_0.4.9-pre1.bb
packages/ffmpeg/ffmpeg_svn.bb