Commit a7a23061 authored by kabi's avatar kabi

* cosmetic


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@574 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent c197bed1
......@@ -143,7 +143,7 @@ int main(int argc, char* argv[])
}
mm_flags = mm_support();
printf("dsptest: CPU flags:");
printf("%s: detected CPU flags:", argv[0]);
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