diff options
author | Zdenek Kabelac <kabi@informatics.muni.cz> | 2002-05-23 15:58:07 +0000 |
---|---|---|
committer | Zdenek Kabelac <kabi@informatics.muni.cz> | 2002-05-23 15:58:07 +0000 |
commit | b6fee9b6e92c816aaa8d4d808bfed251fdb3c4e0 (patch) | |
tree | 0f62c2e048320dcd92473f50e75faa16f95d7f66 | |
parent | fbdedc1704606af183664cfbe3d9845f84e7943f (diff) | |
download | ffmpeg-b6fee9b6e92c816aaa8d4d808bfed251fdb3c4e0.tar.gz |
* cosmetic
Originally committed as revision 574 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | tests/dsptest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dsptest.c b/tests/dsptest.c index efb44f20b1..125d105edb 100644 --- a/tests/dsptest.c +++ b/tests/dsptest.c @@ -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) |