]> git.sesse.net Git - vlc/commitdiff
macosx: Don't abort() if the screen isn't GL accelerated now that quartzgl is gone.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Sat, 20 Sep 2008 22:03:56 +0000 (00:03 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Sat, 20 Sep 2008 22:03:56 +0000 (00:03 +0200)
modules/gui/macosx/voutgl.m

index 6b9ba857f11e13e31de211476d730da801393a90..fff52ee28559bbe1afe0be8bb68564075dc69fc7 100644 (file)
@@ -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" );