[Ffmpeg-cvslog] r7854 - trunk/configure
lu_zero
subversion
Tue Feb 6 20:29:15 CET 2007
Author: lu_zero
Date: Tue Feb 6 20:29:15 2007
New Revision: 7854
Modified:
trunk/configure
Log:
Even powerpc/power needs PIC for shared objects today
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Tue Feb 6 20:29:15 2007
@@ -1818,7 +1818,7 @@
# LIBOBJFLAGS may have already been set in the OS configuration
if test -z "$LIBOBJFLAGS" ; then
case "$arch" in
- x86_64|ia64|alpha|sparc*) LIBOBJFLAGS="\$(PIC)" ;;
+ x86_64|ia64|alpha|sparc*|power*) LIBOBJFLAGS="\$(PIC)" ;;
esac
fi
fi
More information about the ffmpeg-cvslog
mailing list