Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
3741a74b
Commit
3741a74b
authored
May 20, 2004
by
Eric Petit
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
misc/cpu.c: another BeOS compile fix
parent
7b8c82f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/misc/cpu.c
src/misc/cpu.c
+2
-2
No files found.
src/misc/cpu.c
View file @
3741a74b
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* cpu.c: CPU detection code
* cpu.c: CPU detection code
*****************************************************************************
*****************************************************************************
* Copyright (C) 1998-2004 VideoLAN
* Copyright (C) 1998-2004 VideoLAN
* $Id
: cpu.c,v 1.14 2004/02/01 23:02:02 sigmunau Exp
$
* $Id$
*
*
* Authors: Samuel Hocevar <sam@zoy.org>
* Authors: Samuel Hocevar <sam@zoy.org>
* Christophe Massiot <massiot@via.ecp.fr>
* Christophe Massiot <massiot@via.ecp.fr>
...
@@ -187,7 +187,7 @@ uint32_t CPUCapabilities( void )
...
@@ -187,7 +187,7 @@ uint32_t CPUCapabilities( void )
}
}
if
(
i_edx
&
0x04000000
)
if
(
i_edx
&
0x04000000
)
{
{
# if
def CAN_COMPILE_SSE
# if
defined(CAN_COMPILE_SSE) && !defined(SYS_BEOS)
/* We test if OS supports the SSE instructions */
/* We test if OS supports the SSE instructions */
psz_capability
=
"SSE2"
;
psz_capability
=
"SSE2"
;
i_illegal
=
0
;
i_illegal
=
0
;
...
...
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