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

Changes of Revision 13

[-] Changed ffmpeg.spec
x
 
1
@@ -250,11 +250,13 @@
2
 Provides:       libavformat.so()(64bit)
3
 Provides:       libavutil.so()(64bit)
4
 Provides:       libpostproc.so()(64bit)
5
+Provides:  libavfilter.so()(64bit)
6
 %else
7
 Provides:       libavcodec.so
8
 Provides:       libavformat.so
9
 Provides:       libavutil.so
10
 Provides:       libpostproc.so
11
+Provides:  libavfilter.so
12
 %endif
13
 Obsoletes:      ffmpeg-devel < %{version}
14
 Provides:       ffmpeg-devel = %{version}
15
@@ -368,6 +370,9 @@
16
 %post -n %{libnameswscale} -p /sbin/ldconfig
17
 %postun -n %{libnameswscale} -p /sbin/ldconfig
18
 
19
+%post -n %{libnameavfilter} -p /sbin/ldconfig
20
+%postun -n %{libnameavfilter} -p /sbin/ldconfig
21
+
22
 %files
23
 %defattr(-,root,root)
24
 %doc Changelog COPYING.* CREDITS INSTALL MAINTAINERS README doc
25