[oe-commits] Koen Kooi : libav: enable libvpx

git version control git at git.openembedded.org
Wed Aug 17 07:30:23 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: 29bb5240c03856d07cc97b81b397307e435e3943
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=29bb5240c03856d07cc97b81b397307e435e3943

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Tue Aug 16 16:08:42 2011 +0200

libav: enable libvpx

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 meta-oe/recipes-multimedia/libav/libav.inc |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-oe/recipes-multimedia/libav/libav.inc b/meta-oe/recipes-multimedia/libav/libav.inc
index 4b1caff..a560999 100644
--- a/meta-oe/recipes-multimedia/libav/libav.inc
+++ b/meta-oe/recipes-multimedia/libav/libav.inc
@@ -9,10 +9,10 @@ PROVIDES = "ffmpeg"
 
 ARM_INSTRUCTION_SET = "arm"
 
-# faac faad2 lame schroedinger libgsm libvpx
-DEPENDS = "virtual/libsdl zlib libogg libvorbis libtheora ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'liba52', d)}"
+# faac faad2 lame schroedinger libgsm
+DEPENDS = "virtual/libsdl zlib libogg libvorbis libvpx libtheora ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'liba52', d)}"
 
-INC_PR = "r0"
+INC_PR = "r1"
 
 inherit autotools pkgconfig
 





More information about the Openembedded-commits mailing list