mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 09:32:13 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
57351e90ba
commit
f78bf87ea9
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user