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

Changes of Revision 2

[-] Changed ffmpeg-compat.spec
x
 
1
@@ -43,6 +43,7 @@
2
 Source0:        ffmpeg-svn.tar.bz2
3
 
4
 Patch0:         ffmpeg_configure.diff
5
+Patch1:        ffmpeg-x264.patch
6
 BuildRoot:      %{_tmppath}/%{name}-buildroot
7
 Prefix:         %{_prefix}
8
 Requires:       %{libnameavcodec} = %{version}-%{release}
9
@@ -107,6 +108,7 @@
10
 BuildRequires:  libfaad2-devel >= 2.6
11
 BuildRequires:  libfaac-devel >= 1.26
12
 BuildRequires:  libx264-devel
13
+BuildRequires:  libx264-60
14
 BuildRequires:  xvid-devel
15
 BuildRequires:  libmp4v2-devel
16
 BuildRequires:  texinfo
17
@@ -167,7 +169,7 @@
18
 %prep
19
 %setup -q -n ffmpeg
20
 %patch0
21
-
22
+%patch1 -p2
23
 %suse_update_libdir configure
24
 #don't call ldconfig on install
25
 #perl -pi -e 's/ldconfig \|\| true//' libavcodec/Makefile
26
[+] Added ffmpeg-x264.patch ^