print cpu flags
authorMichael Niedermayer <michaelni@gmx.at>
Thu, 10 Jan 2002 00:41:53 +0000 (00:41 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 10 Jan 2002 00:41:53 +0000 (00:41 +0000)
Originally committed as revision 248 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/i386/dsputil_mmx.c

index 8647ed1..c9045d0 100644 (file)
@@ -963,8 +963,8 @@ static void   sub_pixels_xy2_mmx( DCTELEM  *block, const UINT8 *pixels, int line
 void dsputil_init_mmx(void)
 {
     mm_flags = mm_support();
-#if 0
-    printf("CPU flags:");
+#if 1
+    printf("libavcodec: CPU flags:");
     if (mm_flags & MM_MMX)
         printf(" mmx");
     if (mm_flags & MM_MMXEXT)