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

michael subversion
Mon Feb 4 21:03:08 CET 2008


Author: michael
Date: Mon Feb  4 21:03:08 2008
New Revision: 11865

Log:
Deprecate old and inefficient per instruction asm().


Modified:
   trunk/libavcodec/i386/mmx.h

Modified: trunk/libavcodec/i386/mmx.h
==============================================================================
--- trunk/libavcodec/i386/mmx.h	(original)
+++ trunk/libavcodec/i386/mmx.h	Mon Feb  4 21:03:08 2008
@@ -21,6 +21,8 @@
 #ifndef FFMPEG_MMX_H
 #define FFMPEG_MMX_H
 
+#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
  * long constant values MUST be suffixed by LL and unsigned long long




More information about the ffmpeg-cvslog mailing list