[Ffmpeg-cvslog] CVS: ffmpeg configure,1.218,1.219

Måns Rullgård CVS mru
Sun Dec 11 01:45:35 CET 2005


Update of /cvsroot/ffmpeg/ffmpeg
In directory mail:/var2/tmp/cvs-serv605

Modified Files:
	configure 
Log Message:
alpha needs -fPIC for shared libs


Index: configure
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/configure,v
retrieving revision 1.218
retrieving revision 1.219
diff -u -d -r1.218 -r1.219
--- configure	10 Dec 2005 17:14:22 -0000	1.218
+++ configure	11 Dec 2005 00:45:33 -0000	1.219
@@ -1184,7 +1184,7 @@
 if test "$lshared" = "yes" ; then
   # LIBOBJFLAGS may have already been set in the OS configuration
   if test -z "$LIBOBJFLAGS" ; then
-    if test "$cpu" = "x86_64" -o "$cpu" = "ia64" ; then
+    if test "$cpu" = "x86_64" -o "$cpu" = "ia64" -o "$cpu" = "alpha" ; then
       LIBOBJFLAGS="\$(PIC)"
     fi
   fi





More information about the ffmpeg-cvslog mailing list