summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2014-07-20 21:51:23 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-01-29 15:36:50 +0000
commitf78bf87ea9ffb754379069dc67e3edb8edaf0514 (patch)
tree900123d683fcd5a71e9bfc6b3ca6a9707d4f514d /meta
parent57351e90bae24bf51046a0ccd777add79b919eaa (diff)
downloadpoky-f78bf87ea9ffb754379069dc67e3edb8edaf0514.tar.gz
gst-ffmpeg: add dependency on libpostproc
* building with libav-9 fails with: | checking for POSTPROC... configure: error: Package requirements (libpostproc libavcodec libavutil) were not met: | | No package 'libpostproc' found (From OE-Core rev: 8765c31cbe1909b8040953e5a90ad454c541eb81) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bb b/meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bb
index 30e5deb1f9..7304fffddf 100644
--- a/meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
12 file://gst-libs/ext/libav/COPYING.LGPLv3;md5=e6a600fd5e1d9cbde2d983680233ad02" 12 file://gst-libs/ext/libav/COPYING.LGPLv3;md5=e6a600fd5e1d9cbde2d983680233ad02"
13LICENSE_FLAGS = "commercial" 13LICENSE_FLAGS = "commercial"
14HOMEPAGE = "http://www.gstreamer.net/" 14HOMEPAGE = "http://www.gstreamer.net/"
15DEPENDS = "gstreamer gst-plugins-base zlib bzip2 yasm-native" 15DEPENDS = "gstreamer gst-plugins-base zlib bzip2 yasm-native libpostproc"
16 16
17inherit autotools pkgconfig 17inherit autotools pkgconfig
18 18