From 9a7871f77dbfe0a3e6c79d2b0ba1142e53ab135e Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 4 Feb 2008 20:03:08 +0000 Subject: [PATCH] Deprecate old and inefficient per instruction asm(). Originally committed as revision 11865 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/i386/mmx.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavcodec/i386/mmx.h b/libavcodec/i386/mmx.h index 102abd2312..2e029d1aa1 100644 --- a/libavcodec/i386/mmx.h +++ b/libavcodec/i386/mmx.h @@ -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