* Sat Nov 03 2012 Julian Sikorski <belegdol@fedoraproject.org> - 1.0-3

- Use Fedora %{optflags}
- Made the build process verbose
el8
Julian Sikorski 12 years ago
parent e4de7b1688
commit d5f4606424

@ -14,7 +14,7 @@
Summary: Digital VCR and streaming server Summary: Digital VCR and streaming server
Name: ffmpeg Name: ffmpeg
Version: 1.0 Version: 1.0
Release: 2%{?date}%{?date:git}%{?rel}%{?dist} Release: 3%{?date}%{?date:git}%{?rel}%{?dist}
%if 0%{?_with_amr:1} %if 0%{?_with_amr:1}
License: GPLv3+ License: GPLv3+
%else %else
@ -109,7 +109,7 @@ This package contains development files for %{name}
--libdir=%{_libdir} \\\ --libdir=%{_libdir} \\\
--mandir=%{_mandir} \\\ --mandir=%{_mandir} \\\
--arch=%{_target_cpu} \\\ --arch=%{_target_cpu} \\\
--extra-cflags="$RPM_OPT_FLAGS" \\\ --optflags="$RPM_OPT_FLAGS" \\\
%{?_with_amr:--enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libvo-amrwbenc --enable-version3} \\\ %{?_with_amr:--enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libvo-amrwbenc --enable-version3} \\\
--enable-bzlib \\\ --enable-bzlib \\\
%{!?_with_crystalhd:--disable-crystalhd} \\\ %{!?_with_crystalhd:--disable-crystalhd} \\\
@ -195,9 +195,9 @@ pushd generic
%endif %endif
%endif %endif
make %{?_smp_mflags} make %{?_smp_mflags} V=1
make documentation make documentation V=1
make alltools make alltools V=1
popd popd
%if 0%{!?ffmpegsuffix:1} %if 0%{!?ffmpegsuffix:1}
@ -212,7 +212,7 @@ pushd simd
--disable-ffserver \ --disable-ffserver \
--disable-ffplay \ --disable-ffplay \
make %{?_smp_mflags} make %{?_smp_mflags} V=1
%endif %endif
popd popd
%endif %endif
@ -272,6 +272,10 @@ popd
%changelog %changelog
* Sat Nov 03 2012 Julian Sikorski <belegdol@fedoraproject.org> - 1.0-3
- Use Fedora %%{optflags}
- Made the build process verbose
* Thu Nov 01 2012 Nicolas Chauvet <kwizart@gmail.com> - 1.0-2 * Thu Nov 01 2012 Nicolas Chauvet <kwizart@gmail.com> - 1.0-2
- Add opus - Add opus
- Enable opencv frei0r by default - Enable opencv frei0r by default

Loading…
Cancel
Save