summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-multimedia/libav/libav-0.7.4
Commit message (Collapse)AuthorAgeFilesLines
* libav: Update to 0.8.3 versionOtavio Salvador2012-10-051-57/+0
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libav-0.7.4: fix build with gcc-4.7Martin Jansa2012-05-041-0/+57
A cmp instruction with two constants is invalid, therefore 'g' constraint is not correct but must be "rm" instead. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>