[FFmpeg-cvslog] r15746 - trunk/libavcodec/i386/mmx.h

diego subversion
Thu Oct 30 00:44:40 CET 2008


Author: diego
Date: Thu Oct 30 00:44:40 2008
New Revision: 15746

Log:
asm() --> __asm__() in #warning comment


Modified:
   trunk/libavcodec/i386/mmx.h

Modified: trunk/libavcodec/i386/mmx.h
==============================================================================
--- trunk/libavcodec/i386/mmx.h	(original)
+++ trunk/libavcodec/i386/mmx.h	Thu Oct 30 00:44:40 2008
@@ -21,7 +21,7 @@
 #ifndef AVCODEC_I386_MMX_H
 #define AVCODEC_I386_MMX_H
 
-#warning Everything in this header is deprecated, use plain asm()! New code using this header will be rejected.
+#warning Everything in this header is deprecated, use plain __asm__()! New code using this header will be rejected.
 
 /*
  * The type of an value that fits in an MMX register (note that long




More information about the ffmpeg-cvslog mailing list