Hi! The mp_msg call in mplayer.c at line 864 mp_msg(MSGT_CPLAYER,MSGL_INFO,"CPUflags: MMX: %d MMX2: %d 3DNow: %d 3DNow2: %d SSE: %d SSE2: %d\n", is odd. If I change MSGL_INFO to MSGL_V the CPUflags line does not get printed at all, not even in verbose mode. Can anybody shine a light on this? Diego