Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
b947d063
Commit
b947d063
authored
Jun 12, 2001
by
Renaud Dartus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Fix the warning in compilation of main.c
parent
2788bc6a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/interface/main.c
src/interface/main.c
+4
-4
No files found.
src/interface/main.c
View file @
b947d063
...
...
@@ -4,7 +4,7 @@
* and spawn threads.
*****************************************************************************
* Copyright (C) 1998, 1999, 2000 VideoLAN
* $Id: main.c,v 1.10
0 2001/06/12 00:30:41
reno Exp $
* $Id: main.c,v 1.10
1 2001/06/12 11:02:07
reno Exp $
*
* Authors: Vincent Seguin <seguin@via.ecp.fr>
* Samuel Hocevar <sam@zoy.org>
...
...
@@ -930,7 +930,7 @@ static void InstructionSignalHandler( int i_signal )
*****************************************************************************/
static
int
CPUCapabilities
(
void
)
{
int
i_capabilities
=
CPU_CAPABILITY_NONE
;
volatile
int
i_capabilities
=
CPU_CAPABILITY_NONE
;
#if defined( SYS_BEOS )
i_capabilities
|=
CPU_CAPABILITY_486
...
...
@@ -967,8 +967,8 @@ static int CPUCapabilities( void )
}
#elif defined( __i386__ )
unsigned
int
i_eax
,
i_ebx
,
i_ecx
,
i_edx
;
boolean_t
b_amd
;
volatile
unsigned
int
i_eax
,
i_ebx
,
i_ecx
,
i_edx
;
volatile
boolean_t
b_amd
;
signal
(
SIGILL
,
InstructionSignalHandler
);
...
...
Write
Preview
Markdown
is supported
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