kill warning

Originally committed as revision 5588 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård 2006-07-02 21:53:30 +00:00
parent d10fda8ee2
commit 8fb0d07339

View File

@ -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"