[FFmpeg-cvslog] r15659 - trunk/configure

mru subversion
Tue Oct 21 03:01:56 CEST 2008


Author: mru
Date: Tue Oct 21 03:01:55 2008
New Revision: 15659

Log:
ARM: allow --cpu=armvN in configure

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Tue Oct 21 03:01:55 2008
@@ -1516,6 +1516,9 @@ if test $cpu != "generic"; then
             add_cflags "-mcpu=$cpu"
             enable fast_unaligned
         ;;
+        armv*)
+            add_cflags "-march=$cpu"
+        ;;
         arm*)
             add_cflags "-mcpu=$cpu"
         ;;




More information about the ffmpeg-cvslog mailing list