# HG changeset patch # User michael # Date 1004385262 0 # Node ID f2e70944d02a8b7313aa3d4b04ebe1fcd22a131f # Parent 4ec3d2f594f8933d598185f57ba8c13de478912b fixed a warning diff -r 4ec3d2f594f8 -r f2e70944d02a postproc/swscale.c --- a/postproc/swscale.c Mon Oct 29 18:44:20 2001 +0000 +++ b/postproc/swscale.c Mon Oct 29 19:54:22 2001 +0000 @@ -10,6 +10,7 @@ #include "../config.h" #include "swscale.h" #include "../mmx_defs.h" +#undef MOVNTQ //#undef HAVE_MMX2 //#undef HAVE_MMX diff -r 4ec3d2f594f8 -r f2e70944d02a postproc/swscale_template.c --- a/postproc/swscale_template.c Mon Oct 29 18:44:20 2001 +0000 +++ b/postproc/swscale_template.c Mon Oct 29 19:54:22 2001 +0000 @@ -10,6 +10,7 @@ #include "../config.h" #include "swscale.h" #include "../mmx_defs.h" +#undef MOVNTQ //#undef HAVE_MMX2 //#undef HAVE_MMX