summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2015-04-09 11:09:53 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-04-10 18:10:25 +0100
commit8284e3e98d106ba40675b7bc4e68027521dfdef8 (patch)
treeb21655e892a34f0a66f3838383c9068210f213e4 /meta/recipes-multimedia/gstreamer
parentd275504b0060811ebd1f2914db1831d7099f8703 (diff)
downloadpoky-8284e3e98d106ba40675b7bc4e68027521dfdef8.tar.gz
gst-ffmpeg: fix internal-libav builds with inherit autotools-brokensep
Building the internal copy of ffmpeg is broken when using S!=B, so inherit autotools-brokensep (From OE-Core rev: 4ac5d1011fe6b5bba9511416082891e925cbd03c) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer')
-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 e1a13c4bd1..b5c838f9ea 100644
--- a/meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bb
@@ -14,7 +14,7 @@ LICENSE_FLAGS = "commercial"
14HOMEPAGE = "http://www.gstreamer.net/" 14HOMEPAGE = "http://www.gstreamer.net/"
15DEPENDS = "gstreamer gst-plugins-base zlib bzip2 yasm-native libpostproc" 15DEPENDS = "gstreamer gst-plugins-base zlib bzip2 yasm-native libpostproc"
16 16
17inherit autotools pkgconfig 17inherit autotools-brokensep pkgconfig
18 18
19SRC_URI = "http://gstreamer.freedesktop.org/src/${BPN}/${BPN}-${PV}.tar.bz2 \ 19SRC_URI = "http://gstreamer.freedesktop.org/src/${BPN}/${BPN}-${PV}.tar.bz2 \
20 file://lower-rank.diff \ 20 file://lower-rank.diff \