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-05-15 18:12:42 +0100
commitd685adb430df5610ef1aead35825e66f265b8612 (patch)
tree689f59b011f60a9974a24898c2a02b40cec61af4 /meta/recipes-multimedia/gstreamer
parent35bbff5e5d7596b6f811a001ccd3fb9965268475 (diff)
downloadpoky-d685adb430df5610ef1aead35825e66f265b8612.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 master rev: 4ac5d1011fe6b5bba9511416082891e925cbd03c) (From OE-Core rev: 0d118d0216f75221f17644ecd154637288c68c1c) 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 219feaafc9..5124c54ba3 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 \