]> git.sesse.net Git - vlc/commitdiff
* OpenGL video output is now the default on OS X.
authorDerk-Jan Hartman <hartman@videolan.org>
Mon, 19 Apr 2004 00:01:51 +0000 (00:01 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Mon, 19 Apr 2004 00:01:51 +0000 (00:01 +0000)
  I'm not aware of any REAL problems with the openGL output
  please report your experiences.

modules/gui/macosx/macosx.m

index f424fb1fee340587bc566af484b715e29c13d7f8..f7a2ea9dcfcae06b35d436c78a9a6059f1ca2fc2 100644 (file)
@@ -91,7 +91,7 @@ vlc_module_begin();
                      VLC_FALSE );
         add_float_with_range( "macosx-opaqueness", 1, 0, 1, NULL,
                 OPAQUENESS_TEXT, OPAQUENESS_LONGTEXT, VLC_TRUE );
-        add_bool( "macosx-opengl", 0, NULL, OPENGL_TEXT,
+        add_bool( "macosx-opengl", 1, NULL, OPENGL_TEXT,
                   OPENGL_LONGTEXT, VLC_TRUE );
         add_string( "macosx-opengl-effect", "none", NULL,
                     OPENGL_EFFECT_TEXT, OPENGL_EFFECT_LONGTEXT,