summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-20 00:55:50 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-20 00:55:50 +0000
commit77b430d1adf88f949dcc2d1c6734b55069e60ec7 (patch)
tree701e72ac7c4c9d53c2abe8ea494e623274e69277 /mplayer.c
parent67b72a1dc84d448bfd9def7de26eeadd7b88bf5f (diff)
downloadmpv-77b430d1adf88f949dcc2d1c6734b55069e60ec7.tar.bz2
mpv-77b430d1adf88f949dcc2d1c6734b55069e60ec7.tar.xz
cosmetics on CPU detection messages
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6135 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mplayer.c b/mplayer.c
index 37b13102b6..02ee31d6ec 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -543,7 +543,7 @@ int gui_no_filename=0;
#ifdef RUNTIME_CPUDETECT
mp_msg(MSGT_CPLAYER,MSGL_INFO,"Compiled with RUNTIME CPU Detection - warning, it's not optimal! To get best performance, recompile mplayer from sources with --disable-runtime-cpudetection\n");
#else
- mp_msg(MSGT_CPLAYER,MSGL_INFO,"Compiled for x86 CPU with features:");
+ mp_msg(MSGT_CPLAYER,MSGL_INFO,"Compiled for x86 CPU with extensions:");
#ifdef HAVE_MMX
mp_msg(MSGT_CPLAYER,MSGL_INFO," MMX");
#endif