aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gstreamer
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-07-03 18:48:54 +0000
committerKoen Kooi <koen@openembedded.org>2008-07-03 18:48:54 +0000
commit8794aab16b8db895c656e4021f755f6a585a676b (patch)
tree3828a0c8da56607b9fec69887e9d9d05de8a21f9 /packages/gstreamer
parent0d2156181bdc551b54bb916e4b56a11a9917fb57 (diff)
downloadopenembedded-8794aab16b8db895c656e4021f755f6a585a676b.tar.gz
gst-ffmpeg 0.10.4: fix src_uri
Diffstat (limited to 'packages/gstreamer')
-rw-r--r--packages/gstreamer/gst-ffmpeg_0.10.4.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/gstreamer/gst-ffmpeg_0.10.4.bb b/packages/gstreamer/gst-ffmpeg_0.10.4.bb
index fdc986a0a7..dc6db0dd9c 100644
--- a/packages/gstreamer/gst-ffmpeg_0.10.4.bb
+++ b/packages/gstreamer/gst-ffmpeg_0.10.4.bb
@@ -4,7 +4,7 @@ PRIORITY = "optional"
LICENSE = "LGPL"
HOMEPAGE = "http://www.gstreamer.net/"
DEPENDS = "ffmpeg gstreamer zlib"
-PR = "r0"
+PR = "r1"
# This uses the systems ffmpeg, which is unsupported, but we can't build the internal one with the current autotools (ab)usage
DEFAULT_PREFERENCE = "-1"
@@ -12,7 +12,7 @@ DEFAULT_PREFERENCE = "-1"
inherit autotools pkgconfig
SRC_URI = "http://gstreamer.freedesktop.org/src/${PN}/${PN}-${PV}.tar.bz2 \
- file://configure-hack.diff;patch =1 \
+ file://configure-hack.diff;patch=1 \
"
FILES_${PN} += "${libdir}/gstreamer-0.10/*.so"