[SCM] ffmpeg/master.snapshot: Drop -fPIC -DPIC when CPU is arm; obsolete

lool at users.alioth.debian.org lool at users.alioth.debian.org
Tue Oct 5 09:39:19 UTC 2010


The following commit has been merged in the master.snapshot branch:
commit d4c7363cfb8c1d3ca42e8d6a4aae0615a57bf75b
Author: Loïc Minier <lool at dooz.org>
Date:   Tue Oct 5 11:33:47 2010 +0200

    Drop -fPIC -DPIC when CPU is arm; obsolete
    
    Stop adding -fPIC -DPIC to --extra-cflags since that's not needed since
    upstream r20203.

diff --git a/debian/confflags b/debian/confflags
index beb8df1..bb178f3 100644
--- a/debian/confflags
+++ b/debian/confflags
@@ -120,7 +120,7 @@ endif
 ifeq      ($(DEB_HOST_ARCH_CPU),arm)
 # this is required on Ubuntu lucid as it defaults to thumb2 and ffmpeg has
 # plenty of incompatible assembly; not sure how to detect that properly
-confflags += --extra-cflags="-marm -fPIC -DPIC"
+confflags += --extra-cflags="-marm"
 endif
 confflags += $(extra_common_confflags)
 

-- 
FFmpeg packaging



More information about the pkg-multimedia-commits mailing list