summaryrefslogtreecommitdiff
path: root/tests/dsptest.c
diff options
context:
space:
mode:
authorZdenek Kabelac <kabi@informatics.muni.cz>2002-05-23 15:58:07 +0000
committerZdenek Kabelac <kabi@informatics.muni.cz>2002-05-23 15:58:07 +0000
commitb6fee9b6e92c816aaa8d4d808bfed251fdb3c4e0 (patch)
tree0f62c2e048320dcd92473f50e75faa16f95d7f66 /tests/dsptest.c
parentfbdedc1704606af183664cfbe3d9845f84e7943f (diff)
* cosmetic
Originally committed as revision 574 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/dsptest.c')
-rw-r--r--tests/dsptest.c2
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)