~siretart/vlc/ubuntu

« back to all changes in this revision

Viewing changes to modules/gui/macosx/voutgl.m

  • Committer: Reinhard Tartler
  • Date: 2008-09-26 06:45:40 UTC
  • mto: (21.2.1 vlc-0.9.3)
  • mto: This revision was merged to the branch mainline in revision 23.
  • Revision ID: siretart@tauware.de-20080926064540-0sd8zwmig33ksmy4
Tags: upstream-ubuntu-0.9.3
ImportĀ upstreamĀ versionĀ 0.9.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 * voutgl.m: MacOS X OpenGL provider
3
3
 *****************************************************************************
4
4
 * Copyright (C) 2001-2004, 2007 the VideoLAN team
5
 
 * $Id$
 
5
 * $Id: fff52ee28559bbe1afe0be8bb68564075dc69fc7 $
6
6
 *
7
7
 * Authors: Colin Delacroix <colin@zoy.org>
8
8
 *          Florian G. Pflug <fgp@phlo.org>
104
104
    if( !CGDisplayUsesOpenGLAcceleration( kCGDirectMainDisplay ) )
105
105
    {
106
106
        msg_Warn( p_vout, "no OpenGL hardware acceleration found. "
107
 
                          "Video display will be slow" );
108
 
        return( 1 );
 
107
                          "Video display might be slow" );
109
108
    }
110
109
    msg_Dbg( p_vout, "display is Quartz Extreme accelerated" );
111
110