diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-20 21:51:23 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-29 10:37:51 +0000 |
commit | 8765c31cbe1909b8040953e5a90ad454c541eb81 (patch) | |
tree | e329fb7bf70df29d73a1581b3b60c15ddd5c111b /meta/recipes-multimedia/gstreamer | |
parent | 3f799b173d871160ab24666920f5e7ab4e09fd42 (diff) | |
download | openembedded-core-8765c31cbe1909b8040953e5a90ad454c541eb81.tar.gz openembedded-core-8765c31cbe1909b8040953e5a90ad454c541eb81.tar.bz2 openembedded-core-8765c31cbe1909b8040953e5a90ad454c541eb81.zip |
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
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bb | 2 |
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 \ file://gst-libs/ext/libav/COPYING.LGPLv3;md5=e6a600fd5e1d9cbde2d983680233ad02" LICENSE_FLAGS = "commercial" HOMEPAGE = "http://www.gstreamer.net/" -DEPENDS = "gstreamer gst-plugins-base zlib bzip2 yasm-native" +DEPENDS = "gstreamer gst-plugins-base zlib bzip2 yasm-native libpostproc" inherit autotools pkgconfig |