From 8b8117ef172ea554f6e54f776f774a247e0f379c Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Tue, 5 Jan 2016 11:40:48 +0100 Subject: [PATCH] Allow building against older gstreamer-1.6.x --- gstreamer1-plugins-ugly.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gstreamer1-plugins-ugly.spec b/gstreamer1-plugins-ugly.spec index 90652a9..d09ddd2 100644 --- a/gstreamer1-plugins-ugly.spec +++ b/gstreamer1-plugins-ugly.spec @@ -51,9 +51,9 @@ be shipped in gstreamer-plugins-good because: %prep %setup -q -n gst-plugins-ugly-%{version} -# hack to allow building against 1.6.0 as 1.6.1 is not yet in the buildroot -sed -i 's/GST_REQ=1.6.1/GST_REQ=1.6.0/' configure -sed -i 's/GSTPB_REQ=1.6.1/GSTPB_REQ=1.6.0/' configure +# hack to allow building against 1.6.0 as 1.6.2 is not yet in the buildroot +sed -i 's/GST_REQ=1.6.2/GST_REQ=1.6.0/' configure +sed -i 's/GSTPB_REQ=1.6.2/GSTPB_REQ=1.6.0/' configure %build