aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-01-24 08:42:23 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2012-01-24 13:20:50 +0100
commitd882255baae7ede11e7752c8a18640c9bab21126 (patch)
tree34f92794530fef56d475c5701ae126872d3689b4
parent89d1cfe0db5a3abf6cb36be3366936ee783cb331 (diff)
downloadmeta-openembedded-contrib-d882255baae7ede11e7752c8a18640c9bab21126.tar.gz
libav 0.6.5: reenable libavfilter
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r--meta-oe/recipes-multimedia/libav/libav.inc8
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"
# faac faad2 lame schroedinger libgsm
DEPENDS = "virtual/libsdl zlib libogg libvorbis libvpx libtheora ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'liba52', d)}"
-INC_PR = "r3"
+INC_PR = "r4"
inherit autotools pkgconfig
@@ -34,6 +34,8 @@ EXTRA_OECONF = " \
--disable-stripping \
--enable-gpl \
--enable-postproc \
+ --enable-avfilter \
+ --enable-avfilter-lavf \
\
--cross-prefix=${TARGET_PREFIX} \
--prefix=${prefix} \
@@ -66,6 +68,10 @@ do_configure() {
sed -i -e s:Os:O4:g ${B}/config.h
}
+do_install_append() {
+ install -m 0644 ${S}/libavfilter/*.h ${D}${includedir}/libavfilter/
+}
+
FFMPEG_LIBS = "libavcodec libavdevice libavformat \
libavutil libpostproc libswscale libavfilter"