[FFmpeg-cvslog] r21613 - branches/0.5/configure

siretart subversion
Tue Feb 2 21:48:21 CET 2010


Author: siretart
Date: Tue Feb  2 21:48:21 2010
New Revision: 21613

Log:
build PIC code on G3 macs

Modified:
   branches/0.5/configure

Modified: branches/0.5/configure
==============================================================================
--- branches/0.5/configure	Tue Feb  2 21:44:47 2010	(r21612)
+++ branches/0.5/configure	Tue Feb  2 21:48:21 2010	(r21613)
@@ -2219,7 +2219,7 @@ if enabled shared; then
     # LIBOBJFLAGS may have already been set in the OS configuration
     if test -z "$LIBOBJFLAGS" ; then
         case "${subarch-$arch}" in
-            x86_64|ia64|alpha|sparc*|power*|parisc*|mips*) LIBOBJFLAGS='$(PIC)' ;;
+            x86_64|ia64|alpha|sparc*|ppc|power*|parisc*|mips*) LIBOBJFLAGS='$(PIC)' ;;
         esac
     fi
 fi



More information about the ffmpeg-cvslog mailing list