]> git.sesse.net Git - vlc/commitdiff
Re-enable the embed video module in qt4.
authorLaurent Aimar <fenrir@videolan.org>
Tue, 6 Jan 2009 19:17:07 +0000 (20:17 +0100)
committerLaurent Aimar <fenrir@videolan.org>
Tue, 6 Jan 2009 19:19:35 +0000 (20:19 +0100)
modules/gui/qt4/qt4.cpp

index 822e504bbfb110cabfec9d4b856b21bc70ca9063..26bb0b08a5433c8423ab5e081452ecd7e6cbfef6 100644 (file)
@@ -223,11 +223,11 @@ vlc_module_begin ()
         set_capability( "dialogs provider", 51 )
 
         set_callbacks( OpenDialogs, Close )
-#if 0 /* this is totally broken */
+
     add_submodule ()
         set_capability( "vout_window", 50 )
         set_callbacks( WindowOpen, WindowClose )
-#endif
+
 vlc_module_end ()
 
 /* Ugly, but the Qt4 interface assumes single instance anyway */