From b2abb36277c70af6be538b00ff446b0a4995a141 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Tue, 5 Jan 2016 11:40:11 +0100 Subject: [PATCH] Allow building against older gstreamer-1.6.x --- gstreamer1-plugins-bad-freeworld.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gstreamer1-plugins-bad-freeworld.spec b/gstreamer1-plugins-bad-freeworld.spec index e5f77bd..00296d5 100644 --- a/gstreamer1-plugins-bad-freeworld.spec +++ b/gstreamer1-plugins-bad-freeworld.spec @@ -40,9 +40,9 @@ well enough, or the code is not of good enough quality. %prep %setup -q -n gst-plugins-bad-%{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