diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2008-02-04 20:03:08 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2008-02-04 20:03:08 +0000 |
commit | 9a7871f77dbfe0a3e6c79d2b0ba1142e53ab135e (patch) | |
tree | 59a311ad9c2b9310c622592fff899ec05a6040ed | |
parent | eb757a62510dccd90887d47fd98d83a38f16439e (diff) | |
download | ffmpeg-9a7871f77dbfe0a3e6c79d2b0ba1142e53ab135e.tar.gz |
Deprecate old and inefficient per instruction asm().
Originally committed as revision 11865 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/i386/mmx.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |