Author: kwizart
Update of /cvs/free/rpms/ffmpeg/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv19137
Modified Files:
ffmpeg.spec
Log Message:
compat --with amr rpm conditional
Index: ffmpeg.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/devel/ffmpeg.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ffmpeg.spec 21 Jul 2010 17:00:12 -0000 1.32
+++ ffmpeg.spec 21 Jul 2010 17:02:00 -0000 1.33
@@ -1,11 +1,14 @@
# TODO: add make test to %%check section
%global svn 20100704
+%{?_with_amr:
+%global _with_opencore_amr 1
+}
Summary: Digital VCR and streaming server
Name: ffmpeg
Version: 0.6
-Release: 3.%{svn}svn%{?dist}
+Release: 4.%{svn}svn%{?dist}
%if 0%{?_with_opencore_amr:1}
License: GPLv3+
%else
@@ -227,6 +230,9 @@
%changelog
+* Wed Jul 21 2010 Nicolas Chauvet <kwizart(a)gmail.com> - 0.6-4.20100704svn
+- rebuilt
+
* Mon Jul 05 2010 Nicolas Chauvet <kwizart(a)gmail.com> - 0.6-3.20100704svn
- Fix build using --define ffmpegsuffix 'foo'
- Disable FFmpeg binaries when built with suffix.
Show replies by date