comparison 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
comparison
equal deleted inserted replaced
861:243cc33da3eb 862:058194d7ade6
129 129
130 #define emms_c() 130 #define emms_c()
131 131
132 #if defined(HAVE_MMX) 132 #if defined(HAVE_MMX)
133 133
134 #undef emms_c() 134 #undef emms_c
135 135
136 #define MM_MMX 0x0001 /* standard MMX */ 136 #define MM_MMX 0x0001 /* standard MMX */
137 #define MM_3DNOW 0x0004 /* AMD 3DNOW */ 137 #define MM_3DNOW 0x0004 /* AMD 3DNOW */
138 #define MM_MMXEXT 0x0002 /* SSE integer functions or AMD MMX ext */ 138 #define MM_MMXEXT 0x0002 /* SSE integer functions or AMD MMX ext */
139 #define MM_SSE 0x0008 /* SSE functions */ 139 #define MM_SSE 0x0008 /* SSE functions */