diff dsputil.c @ 6:ec4642daa6fe libavcodec

added emms_c() macro which should can used in c code in both mmx/non mmx cases
author glantau
date Tue, 24 Jul 2001 20:42:03 +0000
parents 2e2c46c87460
children 82d4c9be9873
line wrap: on
line diff
--- a/dsputil.c	Tue Jul 24 20:38:55 2001 +0000
+++ b/dsputil.c	Tue Jul 24 20:42:03 2001 +0000
@@ -21,10 +21,6 @@
 #include "avcodec.h"
 #include "dsputil.h"
 
-#ifdef HAVE_MMX
-int mm_flags; /* multimedia extension flags */
-#endif
-
 void (*get_pixels)(DCTELEM *block, const UINT8 *pixels, int line_size);
 void (*put_pixels_clamped)(const DCTELEM *block, UINT8 *pixels, int line_size);
 void (*add_pixels_clamped)(const DCTELEM *block, UINT8 *pixels, int line_size);