commit b161076c3ecb68ab3a759db7aa93fbd5e2fad0ca
Author: Hans de Goede <j.w.r.degoede(a)gmail.com>
Date: Tue Jan 5 11:39:28 2016 +0100
Allow building against older gstreamer-1.6.x
gstreamer1-libav.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gstreamer1-libav.spec b/gstreamer1-libav.spec
index 642caff..5b9638a 100644
--- a/gstreamer1-libav.spec
+++ b/gstreamer1-libav.spec
@@ -42,9 +42,9 @@ plug-in.
%prep
%setup -q -n gst-libav-%{version}
%patch0 -p1
-# 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/GST_PBREQ=1.6.1/GST_PBREQ=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/GST_PBREQ=1.6.2/GST_PBREQ=1.6.0/' configure
%build
Show replies by date