Commit 7c144c5a authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* OpenGL video output is now the default on OS X.

  I'm not aware of any REAL problems with the openGL output
  please report your experiences.
parent b32aa846
......@@ -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,
......
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