aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/webm/libvpx.inc
AgeCommit message (Collapse)Author
2011-03-01libvpx: force arm mode to be able to link with ffmpeg where arm mode already ↵release-2011.03Martin Jansa
is forced * v2: updated INC_PR after 0478950960e5c600efc77c25559fc7eee311f686 Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-26libvpx: fix fetch errors, remove older releases and add security fixPetr Štetiar
- remove old and unfetchable versions v0.9.0, v0.9.1, v0.9.2 - add v0.9.5 patch for CVE-2010-4203 security fix - fix fetch errors for v0.9.2 and v0.9.5: ERROR: Function 'Fetch failed: Unable to fetch URL git://review.webmproject.org/libvpx.git;protocol=git;tag=v0.9.5 from any source.' failed this happens because of some errors in the git repo: error: missing object referenced by 'refs/tags/v0.9.5' error: missing object referenced by 'refs/tags/v0.9.2' error: missing object referenced by 'refs/tags/v0.9.1' error: missing object referenced by 'refs/tags/v0.9.0' error: refs/remotes/origin/aylesbury does not point to a valid object! Signed-off-by: Petr Štetiar <ynezz@true.cz> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-10-23libvpx: use the git repository to fetchChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-10-07libvpx.inc: Do not inherit autotoolsKhem Raj
* Define own versions of do_compile and do_configure this package has configure but its not autconf one. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-27libvpx: fix 0.9.1 build when prefix=""Michael Smith
The configure script was changed in 0.9.1 and introduced some logic that breaks when prefix is an empty string. Also switch to INC_PR for 0.9.0 and 0.9.1. Signed-off-by: Michael Smith <msmith@cbnco.com>
2010-06-20libvpx: fix typo in CFLAGSKoen Kooi
2010-06-20libvpx: add 0.9.1Koen Kooi