Commit b6fee9b6 authored by Zdenek Kabelac's avatar Zdenek Kabelac

* cosmetic

Originally committed as revision 574 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent fbdedc17
......@@ -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