Changes of Revision 48
[-] | Changed | ffmpeg.spec |
x 1
2 %endif 3 #BuildRequires: G.729-devel 4 5 +%if 0%{?rhel_version} || 0%{?centos_version} || 0%{?fedora_version} 6 +BuildRequires: texi2html 7 +%endif 8 + 9 %description 10 ffmpeg is a hyper fast realtime audio/video encoder, a streaming server 11 and a generic audio and video file converter. 12 |