diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-08-16 16:08:42 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-08-17 09:21:11 +0200 |
| commit | 29bb5240c03856d07cc97b81b397307e435e3943 (patch) | |
| tree | c690d56062f63ee97c6d0428d6ebab52cb3969c9 | |
| parent | 7ad1aec3ede9b5b07bcba40a86528eb669dd42cd (diff) | |
| download | meta-openembedded-29bb5240c03856d07cc97b81b397307e435e3943.tar.gz | |
libav: enable libvpx
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
| -rw-r--r-- | 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 4b1caff5f1..a5609997cb 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 | ||
| 10 | ARM_INSTRUCTION_SET = "arm" | 10 | ARM_INSTRUCTION_SET = "arm" |
| 11 | 11 | ||
| 12 | # faac faad2 lame schroedinger libgsm libvpx | 12 | # faac faad2 lame schroedinger libgsm |
| 13 | DEPENDS = "virtual/libsdl zlib libogg libvorbis libtheora ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'liba52', d)}" | 13 | DEPENDS = "virtual/libsdl zlib libogg libvorbis libvpx libtheora ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'liba52', d)}" |
| 14 | 14 | ||
| 15 | INC_PR = "r0" | 15 | INC_PR = "r1" |
| 16 | 16 | ||
| 17 | inherit autotools pkgconfig | 17 | inherit autotools pkgconfig |
| 18 | 18 | ||
