[FFmpeg-cvslog] r20203 - trunk/configure

mru subversion
Sun Oct 11 12:15:46 CEST 2009


Author: mru
Date: Sun Oct 11 12:15:45 2009
New Revision: 20203

Log:
ARM: enable PIC for shared libs

Recent versions of gcc generate movw/movt pairs, and the linkers fail
to handle the associated relocations properly.  Those responsible at
Codesourcery have refused to consider fixing this.  Blame them for
making shared libraries slower than they need to be.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sun Oct 11 09:05:26 2009	(r20202)
+++ trunk/configure	Sun Oct 11 12:15:45 2009	(r20203)
@@ -1758,6 +1758,7 @@ case "$arch" in
     ;;
     arm|armv[4567]*l)
         arch="arm"
+        spic=$shared
     ;;
     avr32)
     ;;



More information about the ffmpeg-cvslog mailing list