[Ffmpeg-cvslog] r6870 - trunk/configure

diego subversion
Thu Nov 2 17:42:15 CET 2006


Author: diego
Date: Thu Nov  2 17:42:14 2006
New Revision: 6870

Modified:
   trunk/configure

Log:
Detect some more ARM CPU types.
Patch taken from the Debian package by Sam Hocevar.


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Thu Nov  2 17:42:14 2006
@@ -366,8 +366,8 @@
       fi
     fi
   ;;
-  # armv4l is a subset of armv5tel
-  arm|armv4l|armv5tel)
+  # armv4l is a subset of armv[567]*l
+  arm|armv[4567]*l)
     arch="armv4l"
   ;;
   alpha)




More information about the ffmpeg-cvslog mailing list