[Ffmpeg-cvslog] CVS: ffmpeg configure,1.191,1.192
Michael Niedermayer CVS
michael
Wed Jul 27 13:17:42 CEST 2005
Update of /cvsroot/ffmpeg/ffmpeg
In directory mail:/var2/tmp/cvs-serv11272
Modified Files:
configure
Log Message:
PIC for ia64
Index: configure
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/configure,v
retrieving revision 1.191
retrieving revision 1.192
diff -u -d -r1.191 -r1.192
--- configure 27 Jul 2005 10:13:13 -0000 1.191
+++ configure 27 Jul 2005 11:17:39 -0000 1.192
@@ -1134,7 +1134,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" ; then
+ if test "$cpu" = "x86_64" -o "$cpu" = "ia64" ; then
LIBOBJFLAGS="\$(PIC)"
fi
fi
More information about the ffmpeg-cvslog
mailing list