Changeset 3741a74b854b8c0badaf4fcd8065a93faa2a7a01

Show
Ignore:
Timestamp:
20/05/04 03:49:08 (5 years ago)
Author:
Eric Petit <titer@videolan.org>
git-committer:
Eric Petit <titer@videolan.org> 1085017748 +0000
git-parent:

[7b8c82f78b9ef344dde62eb0d7e9c625685e01ca]

git-author:
Eric Petit <titer@videolan.org> 1085017748 +0000
Message:

misc/cpu.c: another BeOS compile fix

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/misc/cpu.c

    r0a306ce r3741a74  
    33 ***************************************************************************** 
    44 * Copyright (C) 1998-2004 VideoLAN 
    5  * $Id: cpu.c,v 1.14 2004/02/01 23:02:02 sigmunau Exp
     5 * $Id
    66 * 
    77 * Authors: Samuel Hocevar <sam@zoy.org> 
     
    188188    if( i_edx & 0x04000000 ) 
    189189    { 
    190 #   ifdef CAN_COMPILE_SSE 
     190#   if defined(CAN_COMPILE_SSE) && !defined(SYS_BEOS) 
    191191        /* We test if OS supports the SSE instructions */ 
    192192        psz_capability = "SSE2";