[FFmpeg-cvslog] r13666 - trunk/configure

mru subversion
Thu Jun 5 21:51:13 CEST 2008


Author: mru
Date: Thu Jun  5 21:51:13 2008
New Revision: 13666

Log:
accept --cpu=cortex*


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Thu Jun  5 21:51:13 2008
@@ -1459,7 +1459,7 @@ if test $cpu != "generic"; then
         sparc64)
             add_cflags "-mcpu=v9"
         ;;
-        arm*)
+        arm*|cortex*)
             add_cflags "-mcpu=$cpu"
         ;;
         *)




More information about the ffmpeg-cvslog mailing list