r1302 - in /unstable/ffmpeg/debian: ./ changelog confflags

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Mon Jul 7 15:16:38 UTC 2008


Author: siretart
Date: Mon Jul  7 15:16:38 2008
New Revision: 1302

URL: http://svn.debian.org/wsvn/pkg-multimedia/?sc=1&rev=1302
Log:
enable mmx and sse3 in builds. These CPU features are autodetected 
at runtime on amd64 and i386 using the 'cpuid' instrcution.

Modified:
    unstable/ffmpeg/debian/   (props changed)
    unstable/ffmpeg/debian/changelog
    unstable/ffmpeg/debian/confflags

Propchange: unstable/ffmpeg/debian/
------------------------------------------------------------------------------
--- bzr:revision-id:v3-single1-dW5zdGFibGUvZmZtcGVnL2RlYmlhbg.. (original)
+++ bzr:revision-id:v3-single1-dW5zdGFibGUvZmZtcGVnL2RlYmlhbg.. Mon Jul  7 15:16:38 2008
@@ -38,3 +38,4 @@
 72 siretart at tauware.de-20080702133227-l377yqgswcxr347l
 73 siretart at tauware.de-20080702140336-y9hd8mo7k6lh2h7w
 74 siretart at tauware.de-20080702140357-vy3p3bf61g6t1d9h
+75 siretart at tauware.de-20080707150727-inssguz4tk2f5wny

Propchange: unstable/ffmpeg/debian/
------------------------------------------------------------------------------
--- bzr:revision-info (original)
+++ bzr:revision-info Mon Jul  7 15:16:38 2008
@@ -1,4 +1,4 @@
-timestamp: 2008-07-02 16:03:57.923000097 +0200
+timestamp: 2008-07-07 17:07:27.477999926 +0200
 committer: Reinhard Tartler <siretart at tauware.de>
 properties: 
 	branch-nick: unstable

Modified: unstable/ffmpeg/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/ffmpeg/debian/changelog?rev=1302&op=diff
==============================================================================
--- unstable/ffmpeg/debian/changelog (original)
+++ unstable/ffmpeg/debian/changelog Mon Jul  7 15:16:38 2008
@@ -1,3 +1,10 @@
+ffmpeg-debian (0.svn20080206-10) UNRELEASED; urgency=low
+
+  * enable mmx and sse3 in builds. These CPU features are autodetected 
+    at runtime on amd64 and i386 using the 'cpuid' instrcution.
+
+ -- Reinhard Tartler <siretart at tauware.de>  Mon, 07 Jul 2008 16:31:39 +0200
+
 ffmpeg-debian (0.svn20080206-9) unstable; urgency=low
 
   [ Reinhard Tartler ]

Modified: unstable/ffmpeg/debian/confflags
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/ffmpeg/debian/confflags?rev=1302&op=diff
==============================================================================
--- unstable/ffmpeg/debian/confflags (original)
+++ unstable/ffmpeg/debian/confflags Mon Jul  7 15:16:38 2008
@@ -19,7 +19,6 @@
 
 # Comment out the following lines for LGPL versions of the libraries
 gpl_confflags := --enable-gpl
-gpl_confflags += --enable-liba52
 gpl_confflags += --enable-libfaad
 gpl_confflags += --enable-pp
 gpl_confflags += --enable-swscaler
@@ -73,10 +72,7 @@
 
 # Disable architecture-specific optimizations for default shared build
 nooptflags += --disable-armv5te --disable-armv6
-nooptflags += --disable-iwmmxt
-nooptflags += --disable-mmx
 nooptflags += --disable-altivec
-nooptflags += --disable-ssse3
 nooptflags += --disable-vis
 
 # Configuration flags for the static libraries




More information about the pkg-multimedia-commits mailing list