diff options
Diffstat (limited to 'recipes/gstreamer/gst-ffmpeg_0.10.2.bb')
-rw-r--r-- | recipes/gstreamer/gst-ffmpeg_0.10.2.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/gstreamer/gst-ffmpeg_0.10.2.bb b/recipes/gstreamer/gst-ffmpeg_0.10.2.bb index 434a8b4b25..c835011944 100644 --- a/recipes/gstreamer/gst-ffmpeg_0.10.2.bb +++ b/recipes/gstreamer/gst-ffmpeg_0.10.2.bb @@ -9,8 +9,8 @@ PR = "r2" inherit autotools pkgconfig SRC_URI = "http://gstreamer.freedesktop.org/src/${PN}/${PN}-${PV}.tar.bz2 \ - file://armv5.patch;patch=1 \ - file://autotools.patch;patch=1 \ + file://armv5.patch \ + file://autotools.patch \ " FILES_${PN} += "${libdir}/gstreamer-0.10/*.so" |