Author: rathann
Update of /cvs/free/rpms/ffmpeg/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv24217
Modified Files:
.cvsignore ffmpeg.spec sources
Log Message:
upload new sources
drop separate SIMDified libs ppc(64)
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/devel/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore 7 Oct 2009 22:37:11 -0000 1.11
+++ .cvsignore 27 Oct 2009 00:38:30 -0000 1.12
@@ -1 +1 @@
-ffmpeg-20091007.tar.bz2
+ffmpeg-20091026.tar.bz2
Index: ffmpeg.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/devel/ffmpeg.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ffmpeg.spec 26 Oct 2009 14:23:03 -0000 1.22
+++ ffmpeg.spec 27 Oct 2009 00:38:30 -0000 1.23
@@ -135,8 +135,13 @@
%ifarch %{ix86} x86_64
--enable-runtime-cpudetect \
%endif
-%ifarch ppc ppc64
- --disable-altivec \
+%ifarch ppc
+ --cpu=g3 \
+ --enable-runtime-cpudetect \
+%endif
+%ifarch ppc64
+ --cpu=g5 \
+ --enable-runtime-cpudetect \
%endif
%ifarch sparc sparc64
--disable-vis \
@@ -150,28 +155,6 @@
%if 1%{?ffmpegsuffix:0}
mkdir simd
pushd simd
-%ifarch ppc ppc64
-%{ff_configure}\
- --shlibdir=%{_libdir}/altivec \
- --cpu=g4 \
- --enable-altivec \
- --disable-ffmpeg \
- --disable-ffserver \
- --disable-ffplay \
-
-make %{?_smp_mflags}
-%endif
-%ifarch ppc64
-%{ff_configure}\
- --shlibdir=%{_libdir}/altivec \
- --cpu=g5 \
- --enable-altivec \
- --disable-ffmpeg \
- --disable-ffserver \
- --disable-ffplay \
-
-make %{?_smp_mflags}
-%endif
%ifarch sparc sparc64
%{ff_configure}\
--shlibdir=%{_libdir}/v9 \
@@ -193,7 +176,7 @@
popd
%if 1%{?ffmpegsuffix:0}
pushd simd
-%ifarch ppc ppc64 sparc sparc64
+%ifarch sparc sparc64
make install DESTDIR=$RPM_BUILD_ROOT
%endif
popd
@@ -222,9 +205,6 @@
%defattr(-,root,root,-)
%{_libdir}/lib*.so.*
%if 1%{?ffmpegsuffix:0}
-%ifarch ppc ppc64
-%{_libdir}/altivec/lib*.so.*
-%endif
%ifarch sparc sparc64
%{_libdir}/v9/lib*.so.*
%endif
@@ -237,9 +217,6 @@
%{_libdir}/pkgconfig/lib*.pc
%{_libdir}/lib*.so
%if 1%{?ffmpegsuffix:0}
-%ifarch ppc ppc64
-%{_libdir}/altivec/lib*.so
-%endif
%ifarch sparc sparc64
%{_libdir}/v9/lib*.so
%endif
@@ -253,7 +230,8 @@
- don't disable yasm for generic builds
- fixed opencore amr support
- dropped workaround for non-standard openjpeg headers location
-- dropped separate SIMDified libs for x86, runtime CPU detection should be enough
+- dropped separate SIMDified libs for x86 and ppc(64),
+ runtime CPU detection should be enough
* Thu Oct 15 2009 kwizart <kwizart at
gmail.com > - 0.5-3.svn20091007
- Update to svn snapshot 20091007
Index: sources
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/devel/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources 7 Oct 2009 22:37:11 -0000 1.11
+++ sources 27 Oct 2009 00:38:30 -0000 1.12
@@ -1 +1 @@
-6a8939377b60a1e730dc7cce9af88d82 ffmpeg-20091007.tar.bz2
+d58be64ecdae72a659344133c50b7c1d ffmpeg-20091026.tar.bz2