diff dsputil.h @ 862:058194d7ade6 libavcodec

* fixing some minor const warnings
author kabi
date Tue, 12 Nov 2002 15:00:04 +0000
parents eacc2dd8fd9d
children 725ef4ea3ecc
line wrap: on
line diff
--- a/dsputil.h	Tue Nov 12 10:05:21 2002 +0000
+++ b/dsputil.h	Tue Nov 12 15:00:04 2002 +0000
@@ -131,7 +131,7 @@
 
 #if defined(HAVE_MMX)
 
-#undef emms_c()
+#undef emms_c
 
 #define MM_MMX    0x0001 /* standard MMX */
 #define MM_3DNOW  0x0004 /* AMD 3DNOW */