diff options
-rw-r--r-- | packages/gstreamer/gst-ffmpeg_0.10.4.bb | 4 |
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" |