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

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


Author: siretart
Date: Mon Jul  7 15:37:37 2008
New Revision: 1304

URL: http://svn.debian.org/wsvn/pkg-multimedia/?sc=1&rev=1304
Log:
don't add -fPIC -DPIC forcefully to ./configure. upstream claim that
the configure script gets this right on all architectures itself.

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:37:37 2008
@@ -40,3 +40,4 @@
 74 siretart at tauware.de-20080702140357-vy3p3bf61g6t1d9h
 75 siretart at tauware.de-20080707150727-inssguz4tk2f5wny
 76 siretart at tauware.de-20080707151617-76tsiz6men1f0nyi
+77 siretart at tauware.de-20080707153732-3yyo2ff3yb2c1oms

Propchange: unstable/ffmpeg/debian/
------------------------------------------------------------------------------
--- bzr:revision-info (original)
+++ bzr:revision-info Mon Jul  7 15:37:37 2008
@@ -1,4 +1,4 @@
-timestamp: 2008-07-07 17:16:17.262000084 +0200
+timestamp: 2008-07-07 17:37:32.720000029 +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=1304&op=diff
==============================================================================
--- unstable/ffmpeg/debian/changelog (original)
+++ unstable/ffmpeg/debian/changelog Mon Jul  7 15:37:37 2008
@@ -3,6 +3,8 @@
   * enable mmx and sse3 in builds. These CPU features are autodetected 
     at runtime on amd64 and i386 using the 'cpuid' instrcution.
   * disable support for liba52-dev. ffmpeg has its own implementation.
+  * don't add -fPIC -DPIC forcefully to ./configure. upstream claim that
+    the configure script gets this right on all architectures itself.
 
  -- Reinhard Tartler <siretart at tauware.de>  Mon, 07 Jul 2008 16:31:39 +0200
 

Modified: unstable/ffmpeg/debian/confflags
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/ffmpeg/debian/confflags?rev=1304&op=diff
==============================================================================
--- unstable/ffmpeg/debian/confflags (original)
+++ unstable/ffmpeg/debian/confflags Mon Jul  7 15:37:37 2008
@@ -90,10 +90,6 @@
 endif
 shared_build_confflags += --enable-shared
 shared_build_confflags += --disable-static
-# i386 does just fine without -fPIC
-ifneq      ($(DEB_HOST_ARCH),i386)
-shared_build_confflags += --extra-cflags="-fPIC -DPIC"
-endif
 
 ## i386 architecture specific
 # Configuration flags for the optimized shared libraries




More information about the pkg-multimedia-commits mailing list