aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/webm
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-31libvpx: add 0.9.5Koen Kooi
2010-10-24libvpx_0.9.2: fix S/SRC_URI after ebaa5e020bfa0a95c49f17a103b731c324e8da20Martin Jansa
* ebaa5e020bfa0a95c49f17a103b731c324e8da20 sets SRC_URI to git tag checkouts and sets S according to it * libvpx_0.9.2 has old SRC_URI for .tar.bz2 but gets wrong S from libvpx.inc * so also use git checkout here Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-23libvpx: use the git repository to fetchChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-10-21Various fixes for cp argument portabilityChris Larson
2010-10-11libvpx: update to 0.9.2Koen Kooi
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
2010-06-12libvpx: added --disable-install-docs to configureFrans Meulenbroeks
build failed for me on a fresh build in do_install because this path ${S}/vpx-vp8-nopost-nodocs*${PV}/* did not exist. adding --disable-install-docs caused the path name to become correct. open issue: lots of files are reported as being installed but not in any package Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-06-02libvpx: remove --enable-ccache configure optionEric Bénard
libvpx-0.9.0-r1/temp/log.do_compile.1458 ... /bin/sh: ccache: command not found ... Signed-off-by: Eric Bénard <eric@eukrea.com>
2010-06-01libvpx: stage headers in ${includedir}/vpxKoen Kooi
2010-05-31libvpx: add 0.9.0Koen Kooi