]> git.sesse.net Git - vlc/commitdiff
* Disable the non functional QT/Quartz output on the intel machines. We should first...
authorDerk-Jan Hartman <hartman@videolan.org>
Tue, 31 Jan 2006 22:17:30 +0000 (22:17 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Tue, 31 Jan 2006 22:17:30 +0000 (22:17 +0000)
modules/gui/macosx/macosx.m

index ee8b5831faddf5628bd06a7d7e4d82b134ed3987..5c459be8ee6bcb505d9e0b954b961df434e54f56 100644 (file)
@@ -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 );