diff avcodec.h @ 2388:55a72627a2c5 libavcodec

x86 cpu capabilities detection rewrite / cleanup
author michael
date Mon, 13 Dec 2004 16:11:38 +0000
parents 23e7af611c34
children 776e37360171
line wrap: on
line diff
--- a/avcodec.h	Mon Dec 13 11:41:59 2004 +0000
+++ b/avcodec.h	Mon Dec 13 16:11:38 2004 +0000
@@ -1169,6 +1169,7 @@
 #define FF_MM_MMXEXT	0x0002 /* SSE integer functions or AMD MMX ext */
 #define FF_MM_SSE	0x0008 /* SSE functions */
 #define FF_MM_SSE2	0x0010 /* PIV SSE2 functions */
+#define FF_MM_3DNOWEXT	0x0020 /* AMD 3DNowExt */
 #endif /* HAVE_MMX */
 
     /**