Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
5c07e45d
Commit
5c07e45d
authored
Mar 28, 2002
by
Christophe Massiot
Browse files
Fix for sparc.
parent
112b3738
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/interface/main.c
View file @
5c07e45d
...
...
@@ -4,7 +4,7 @@
* and spawn threads.
*****************************************************************************
* Copyright (C) 1998-2001 VideoLAN
* $Id: main.c,v 1.17
1
2002/03/2
6
2
3:08:40 gbazin
Exp $
* $Id: main.c,v 1.17
2
2002/03/2
8
2
1:21:51 massiot
Exp $
*
* Authors: Vincent Seguin <seguin@via.ecp.fr>
* Samuel Hocevar <sam@zoy.org>
...
...
@@ -1322,6 +1322,11 @@ static u32 CPUCapabilities( void )
return
(
i_capabilities
);
#elif defined( __sparc__ )
i_capabilities
|=
CPU_CAPABILITY_FPU
;
return
(
i_capabilities
);
#else
/* default behaviour */
return
(
i_capabilities
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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