summaryrefslogtreecommitdiff
path: root/libavcodec/i386
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2006-07-02 21:53:30 +0000
committerMåns Rullgård <mans@mansr.com>2006-07-02 21:53:30 +0000
commit8fb0d073390552f462ec390f52035610905d6ce1 (patch)
treee0c0e078636c26ee412fcd8f8d1ec0b9a6d98013 /libavcodec/i386
parentd10fda8ee2a25f21563869728fe1d6abfb04f9ae (diff)
kill warning
Originally committed as revision 5588 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/i386')
-rw-r--r--libavcodec/i386/mpegvideo_mmx_template.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/i386/mpegvideo_mmx_template.c b/libavcodec/i386/mpegvideo_mmx_template.c
index 2c50df232d..de2ef08e54 100644
--- a/libavcodec/i386/mpegvideo_mmx_template.c
+++ b/libavcodec/i386/mpegvideo_mmx_template.c
@@ -19,6 +19,7 @@
*/
#undef SPREADW
#undef PMAXW
+#undef PMAX
#ifdef HAVE_MMX2
#define SPREADW(a) "pshufw $0, " #a ", " #a " \n\t"
#define PMAXW(a,b) "pmaxsw " #a ", " #b " \n\t"