Commit fa69eae4 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

macosx: Don't abort() if the screen isn't GL accelerated now that quartzgl is gone.

parent a64562b6
......@@ -104,8 +104,7 @@ int OpenVideoGL ( vlc_object_t * p_this )
if( !CGDisplayUsesOpenGLAcceleration( kCGDirectMainDisplay ) )
{
msg_Warn( p_vout, "no OpenGL hardware acceleration found. "
"Video display will be slow" );
return( 1 );
"Video display might be slow" );
}
msg_Dbg( p_vout, "display is Quartz Extreme accelerated" );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment