[FFmpeg-cvslog] r14200 - trunk/configure

diego subversion
Sun Jul 13 14:40:12 CEST 2008


Author: diego
Date: Sun Jul 13 14:40:11 2008
New Revision: 14200

Log:
Add parisc* to the list of architectures requiring PIC flags for shared libs.


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Sun Jul 13 14:40:11 2008
@@ -1866,7 +1866,7 @@ if enabled shared; then
     # LIBOBJFLAGS may have already been set in the OS configuration
     if test -z "$LIBOBJFLAGS" ; then
         case "$arch" in
-            x86_64|ia64|alpha|sparc*|power*) LIBOBJFLAGS='$(PIC)' ;;
+            x86_64|ia64|alpha|sparc*|power*|parisc*) LIBOBJFLAGS='$(PIC)' ;;
         esac
     fi
 fi




More information about the ffmpeg-cvslog mailing list