Commit f9ff9beb authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* Disable the non functional QT/Quartz output on the intel machines. We should...

* Disable the non functional QT/Quartz output on the intel machines. We should first fix it on OSX, and currently it's annoying the intel debugging proces.
parent 9be9264f
......@@ -83,6 +83,7 @@ vlc_module_begin();
set_subcategory( SUBCAT_INTERFACE_GENERAL );
add_bool( "macosx-embedded", 1, NULL, EMBEDDED_TEXT, EMBEDDED_LONGTEXT,
VLC_FALSE );
#if defined( __ppc__ ) || defined (__ppc64__)
add_submodule();
set_description( _("Quartz video") );
set_capability( "video output", 100 );
......@@ -99,6 +100,7 @@ vlc_module_begin();
VLC_TRUE );
add_bool( "macosx-background", 0, NULL, BACKGROUND_TEXT, BACKGROUND_LONGTEXT,
VLC_FALSE );
#endif
add_submodule();
set_description( "Mac OS X OpenGL" );
set_capability( "opengl provider", 100 );
......
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