summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-multimedia/libav
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-08-16 16:08:42 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-08-17 09:21:11 +0200
commit29bb5240c03856d07cc97b81b397307e435e3943 (patch)
treec690d56062f63ee97c6d0428d6ebab52cb3969c9 /meta-oe/recipes-multimedia/libav
parent7ad1aec3ede9b5b07bcba40a86528eb669dd42cd (diff)
downloadmeta-openembedded-29bb5240c03856d07cc97b81b397307e435e3943.tar.gz
libav: enable libvpx
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-multimedia/libav')
-rw-r--r--meta-oe/recipes-multimedia/libav/libav.inc6
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 4b1caff5f..a5609997c 100644
--- a/meta-oe/recipes-multimedia/libav/libav.inc
+++ b/meta-oe/recipes-multimedia/libav/libav.inc
@@ -9,10 +9,10 @@ PROVIDES = "ffmpeg"
9 9
10ARM_INSTRUCTION_SET = "arm" 10ARM_INSTRUCTION_SET = "arm"
11 11
12# faac faad2 lame schroedinger libgsm libvpx 12# faac faad2 lame schroedinger libgsm
13DEPENDS = "virtual/libsdl zlib libogg libvorbis libtheora ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'liba52', d)}" 13DEPENDS = "virtual/libsdl zlib libogg libvorbis libvpx libtheora ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'liba52', d)}"
14 14
15INC_PR = "r0" 15INC_PR = "r1"
16 16
17inherit autotools pkgconfig 17inherit autotools pkgconfig
18 18