diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-01-24 08:42:23 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-01-24 13:20:50 +0100 |
commit | d882255baae7ede11e7752c8a18640c9bab21126 (patch) | |
tree | 34f92794530fef56d475c5701ae126872d3689b4 /meta-oe/recipes-multimedia | |
parent | 89d1cfe0db5a3abf6cb36be3366936ee783cb331 (diff) | |
download | meta-openembedded-d882255baae7ede11e7752c8a18640c9bab21126.tar.gz |
libav 0.6.5: reenable libavfilter
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-multimedia')
-rw-r--r-- | meta-oe/recipes-multimedia/libav/libav.inc | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/meta-oe/recipes-multimedia/libav/libav.inc b/meta-oe/recipes-multimedia/libav/libav.inc index 2e3d1c9d21..a461acf4ad 100644 --- a/meta-oe/recipes-multimedia/libav/libav.inc +++ b/meta-oe/recipes-multimedia/libav/libav.inc | |||
@@ -11,7 +11,7 @@ ARM_INSTRUCTION_SET = "arm" | |||
11 | # faac faad2 lame schroedinger libgsm | 11 | # faac faad2 lame schroedinger libgsm |
12 | DEPENDS = "virtual/libsdl zlib libogg libvorbis libvpx libtheora ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'liba52', d)}" | 12 | DEPENDS = "virtual/libsdl zlib libogg libvorbis libvpx libtheora ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'liba52', d)}" |
13 | 13 | ||
14 | INC_PR = "r3" | 14 | INC_PR = "r4" |
15 | 15 | ||
16 | inherit autotools pkgconfig | 16 | inherit autotools pkgconfig |
17 | 17 | ||
@@ -34,6 +34,8 @@ EXTRA_OECONF = " \ | |||
34 | --disable-stripping \ | 34 | --disable-stripping \ |
35 | --enable-gpl \ | 35 | --enable-gpl \ |
36 | --enable-postproc \ | 36 | --enable-postproc \ |
37 | --enable-avfilter \ | ||
38 | --enable-avfilter-lavf \ | ||
37 | \ | 39 | \ |
38 | --cross-prefix=${TARGET_PREFIX} \ | 40 | --cross-prefix=${TARGET_PREFIX} \ |
39 | --prefix=${prefix} \ | 41 | --prefix=${prefix} \ |
@@ -66,6 +68,10 @@ do_configure() { | |||
66 | sed -i -e s:Os:O4:g ${B}/config.h | 68 | sed -i -e s:Os:O4:g ${B}/config.h |
67 | } | 69 | } |
68 | 70 | ||
71 | do_install_append() { | ||
72 | install -m 0644 ${S}/libavfilter/*.h ${D}${includedir}/libavfilter/ | ||
73 | } | ||
74 | |||
69 | FFMPEG_LIBS = "libavcodec libavdevice libavformat \ | 75 | FFMPEG_LIBS = "libavcodec libavdevice libavformat \ |
70 | libavutil libpostproc libswscale libavfilter" | 76 | libavutil libpostproc libswscale libavfilter" |
71 | 77 | ||