Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
14cf5695
Commit
14cf5695
authored
Dec 29, 2001
by
Christophe Massiot
Browse files
Fixed a cosmetic issue.
parent
2d79bfcb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/interface/main.c
View file @
14cf5695
...
...
@@ -4,7 +4,7 @@
* and spawn threads.
*****************************************************************************
* Copyright (C) 1998-2001 VideoLAN
* $Id: main.c,v 1.1
39
2001/12/
17
03:
38:21 sam
Exp $
* $Id: main.c,v 1.1
40
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
);
}
/*
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment