mirror of https://git.ffmpeg.org/ffmpeg.git
* cosmetic
Originally committed as revision 574 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
fbdedc1704
commit
b6fee9b6e9
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue