[FFmpeg-cvslog] r21380 - trunk/configure

mru subversion
Fri Jan 22 04:25:27 CET 2010


Author: mru
Date: Fri Jan 22 04:25:27 2010
New Revision: 21380

Log:
Suppress TMS470 warnings about alignment directives

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Fri Jan 22 04:25:25 2010	(r21379)
+++ trunk/configure	Fri Jan 22 04:25:27 2010	(r21380)
@@ -1696,6 +1696,7 @@ elif $cc -version 2>/dev/null | grep -q 
                 -Os)            echo -O3 -mf=2                    ;;
                 -O[0-3])        echo $flag -mf=5                  ;;
                 -g)             echo -g -mn                       ;;
+                -pds=*)         echo $flag                        ;;
             esac
         done
     }
@@ -2648,6 +2649,8 @@ elif enabled clang; then
 elif enabled armcc; then
     # 2523: use of inline assembler is deprecated
     add_cflags -Wrvct,--diag_suppress=2523
+elif enabled tms470; then
+    add_cflags -pds=824 -pds=837
 fi
 
 if enabled gprof; then



More information about the ffmpeg-cvslog mailing list