Logoj0ke.net Open Build Service > Projects > multimedia:SL11 > ffmpeg > Changes
Sign Up | Log In

Changes of Revision 4

[-] Changed ffmpeg.spec
x
 
1
@@ -78,7 +78,12 @@
2
 BuildRequires:  liboil-devel >= 0.3.15
3
 BuildRequires:  libdirac-devel >= 1.0.0
4
 %endif
5
+%if 0%{?suse_version} < 1130
6
 BuildRequires:  libdc1394_control12-devel
7
+%else
8
+BuildRequires: libdc1394-devel
9
+%endif
10
+
11
 %if %{with libopenjpeg}
12
 BuildRequires:  libopenjpeg-devel
13
 %endif
14
@@ -267,7 +272,7 @@
15
 Requires:       liboil-devel >= 0.3.15
16
 Requires:       libdirac-devel >= 1.0.0
17
 %endif
18
-%if %suse_version > 1020
19
+%if %suse_version > 1020 && %suse_version < 1140
20
 Requires:       libdc1394_control12-devel
21
 %endif
22
 %if %{with libopenjpeg}
23