]> git.sesse.net Git - vlc/commitdiff
Plugin handling:
authorPierre Baillet <octplane@videolan.org>
Mon, 21 Aug 2000 09:40:11 +0000 (09:40 +0000)
committerPierre Baillet <octplane@videolan.org>
Mon, 21 Aug 2000 09:40:11 +0000 (09:40 +0000)
. switched low and high order vout plugins
. removed yuvsdl plugin.

src/misc/plugins.c

index 6ec5da0ea7b2fc90f82b3a519c5a0a3b61b987a3..f4179659d6ea639536bf51b40851d48f1e3c8b87 100644 (file)
@@ -88,22 +88,21 @@ void bank_Init( plugin_bank_t * p_bank )
 
     /* Arch plugins */
     SEEK_PLUGIN( "beos" );
-    
-    /* High level Video */
-    SEEK_PLUGIN( "gnome" );
-    SEEK_PLUGIN( "ggi" );
-    SEEK_PLUGIN( "sdl" );
-    
+
     /* Low level Video */
     SEEK_PLUGIN( "x11" );
     SEEK_PLUGIN( "fb" );
     SEEK_PLUGIN( "glide" );
     SEEK_PLUGIN( "mga" );
-    
+     
+    /* High level Video */
+    SEEK_PLUGIN( "gnome" );
+    SEEK_PLUGIN( "ggi" );
+    SEEK_PLUGIN( "sdl" );
+   
     /* Video calculus */
     SEEK_PLUGIN( "yuvmmx" );
     SEEK_PLUGIN( "yuv" );
-    SEEK_PLUGIN( "yuvsdl" );
 
     /* Audio pluins */
     SEEK_PLUGIN( "dsp" );