Commit f4470e09 authored by Michael Niedermayer's avatar Michael Niedermayer

print cpu flags

Originally committed as revision 248 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent fb4a9613
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment