Commit 05a5abd9 authored by uid46427's avatar uid46427

print cpu flags


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@248 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f7521e14
......@@ -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