summaryrefslogtreecommitdiffstats
path: root/meta/packages/gstreamer/gst-ffmpeg_0.10.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/gstreamer/gst-ffmpeg_0.10.1.bb')
-rw-r--r--meta/packages/gstreamer/gst-ffmpeg_0.10.1.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/gstreamer/gst-ffmpeg_0.10.1.bb b/meta/packages/gstreamer/gst-ffmpeg_0.10.1.bb
index 1ffffc4919..f6ff3270b3 100644
--- a/meta/packages/gstreamer/gst-ffmpeg_0.10.1.bb
+++ b/meta/packages/gstreamer/gst-ffmpeg_0.10.1.bb
@@ -4,11 +4,12 @@ PRIORITY = "optional"
4LICENSE = "LGPL" 4LICENSE = "LGPL"
5HOMEPAGE = "http://www.gstreamer.net/" 5HOMEPAGE = "http://www.gstreamer.net/"
6DEPENDS = "gstreamer zlib gst-plugins-base" 6DEPENDS = "gstreamer zlib gst-plugins-base"
7PR = "r2" 7PR = "r3"
8 8
9inherit autotools pkgconfig 9inherit autotools pkgconfig
10 10
11SRC_URI = "http://gstreamer.freedesktop.org/src/${PN}/${PN}-${PV}.tar.bz2 \ 11SRC_URI = "http://gstreamer.freedesktop.org/src/${PN}/${PN}-${PV}.tar.bz2 \
12 file://no_beos.patch;patch=1 \
12 file://configure_fix.patch;patch=1" 13 file://configure_fix.patch;patch=1"
13 14
14FILES_${PN} += "${libdir}/gstreamer-0.10/*.so" 15FILES_${PN} += "${libdir}/gstreamer-0.10/*.so"