]> git.sesse.net Git - vlc/blobdiff - modules/video_output/mga.c
fb: Cleanup properly after failing OpenDisplay.
[vlc] / modules / video_output / mga.c
index a9f53d9cdcc2fb0a97cf789c200fafb1a4db1f5a..7ebcefcd8bdf140e3722074e005ce730ac597154 100644 (file)
@@ -35,7 +35,7 @@
 # include "config.h"
 #endif
 
-#include <vlc/vlc.h>
+#include <vlc_common.h>
 #include <vlc_plugin.h>
 #include <vlc_vout.h>
 
@@ -58,11 +58,11 @@ static int  NewPicture     ( vout_thread_t *, picture_t * );
 /*****************************************************************************
  * Module descriptor
  *****************************************************************************/
-vlc_module_begin();
-    set_description( N_("Matrox Graphic Array video output") );
-    set_capability( "video output", 10 );
-    set_callbacks( Create, Destroy );
-vlc_module_end();
+vlc_module_begin ()
+    set_description( N_("Matrox Graphic Array video output") )
+    set_capability( "video output", 10 )
+    set_callbacks( Create, Destroy )
+vlc_module_end ()
 
 /*****************************************************************************
  * vout_sys_t: video output MGA method descriptor