1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-16 16:02:54 +02:00

Fixed a cosmetic issue.

This commit is contained in:
Christophe Massiot 2001-12-29 03:44:38 +00:00
parent 2d79bfcb83
commit 14cf5695cd

View File

@ -4,7 +4,7 @@
* and spawn threads.
*****************************************************************************
* Copyright (C) 1998-2001 VideoLAN
* $Id: main.c,v 1.139 2001/12/17 03:38:21 sam Exp $
* $Id: main.c,v 1.140 2001/12/29 03:44:38 massiot Exp $
*
* Authors: Vincent Seguin <seguin@via.ecp.fr>
* Samuel Hocevar <sam@zoy.org>
@ -370,7 +370,8 @@ int main( int i_argc, char *ppsz_argv[], char *ppsz_env[] )
PRINT_CAPABILITY( CPU_CAPABILITY_MMXEXT, "MMXEXT" );
PRINT_CAPABILITY( CPU_CAPABILITY_SSE, "SSE" );
PRINT_CAPABILITY( CPU_CAPABILITY_ALTIVEC, "Altivec" );
intf_StatMsg("info: CPU has capabilities %s", p_capabilities );
PRINT_CAPABILITY( CPU_CAPABILITY_FPU, "FPU" );
intf_StatMsg("info: CPU has capabilities : %s", p_capabilities );
}
/*