Browse Source

fixed a warning

Originally committed as revision 2541 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
tags/v0.5
Michael Niedermayer 24 years ago
parent
commit
541c4eb9ba
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      postproc/swscale.c
  2. +1
    -0
      postproc/swscale_template.c

+ 1
- 0
postproc/swscale.c View File

@@ -10,6 +10,7 @@
#include "../config.h" #include "../config.h"
#include "swscale.h" #include "swscale.h"
#include "../mmx_defs.h" #include "../mmx_defs.h"
#undef MOVNTQ


//#undef HAVE_MMX2 //#undef HAVE_MMX2
//#undef HAVE_MMX //#undef HAVE_MMX


+ 1
- 0
postproc/swscale_template.c View File

@@ -10,6 +10,7 @@
#include "../config.h" #include "../config.h"
#include "swscale.h" #include "swscale.h"
#include "../mmx_defs.h" #include "../mmx_defs.h"
#undef MOVNTQ


//#undef HAVE_MMX2 //#undef HAVE_MMX2
//#undef HAVE_MMX //#undef HAVE_MMX


Loading…
Cancel
Save