[SCM] libav/experimental: The Blackfin toolchains will automatically select FDPIC according to the toolchain/tuple, so there is no need (and indeed this is unwanted) to force -mfdpic into the compile/linker flags. patch by Mike Frysinger, vapier.adi a gmail d com

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:15:05 UTC 2013


The following commit has been merged in the experimental branch:
commit 63da080387378f06dd7ac10e0be89c62a0ac64bb
Author: Mike Frysinger <vapier.adi at gmail.com>
Date:   Sat Feb 16 14:21:53 2008 +0000

    The Blackfin toolchains will automatically select FDPIC according to the
    toolchain/tuple, so there is no need (and indeed this is unwanted)
    to force -mfdpic into the compile/linker flags.
    patch by Mike Frysinger, vapier.adi a gmail d com
    
    Originally committed as revision 12122 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/configure b/configure
index be091df..d83a24a 100755
--- a/configure
+++ b/configure
@@ -1437,10 +1437,6 @@ if test $cpu != "generic"; then
         sparc64)
             add_cflags "-mcpu=v9"
         ;;
-        bf*) #bf531 bf532 bf533 bf561 bf5xx all get this config
-            add_cflags "-mfdpic"
-            add_ldflags "-mfdpic"
-        ;;
         arm*)
             add_cflags "-mcpu=$cpu"
         ;;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list