[FFmpeg-cvslog] r16094 - trunk/configure

diego subversion
Sat Dec 13 12:35:08 CET 2008


Author: diego
Date: Sat Dec 13 12:35:08 2008
New Revision: 16094

Log:
Add alternative names for sh4 and parisc architectures.
Taken from the OpenBSD ports tree.


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Sat Dec 13 12:35:08 2008
@@ -1332,13 +1332,13 @@ EOF
     sparc)
         arch="sparc"
     ;;
-    sh4)
+    sh4|sh)
         arch="sh4"
     ;;
-    parisc)
+    parisc|hppa)
         arch="parisc"
     ;;
-    parisc64)
+    parisc64|hppa64)
         arch="parisc"
         enable fast_64bit
     ;;




More information about the ffmpeg-cvslog mailing list