[vlc-devel] commit: Re-enable the embed video module in qt4.	(Laurent Aimar )
    git version control 
    git at videolan.org
       
    Tue Jan  6 21:37:52 CET 2009
    
    
  
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Tue Jan  6 20:17:07 2009 +0100| [b1318d20035522291969949fa96eb973d16791ce] | committer: Laurent Aimar 
Re-enable the embed video module in qt4.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b1318d20035522291969949fa96eb973d16791ce
---
 modules/gui/qt4/qt4.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/gui/qt4/qt4.cpp b/modules/gui/qt4/qt4.cpp
index 822e504..26bb0b0 100644
--- a/modules/gui/qt4/qt4.cpp
+++ b/modules/gui/qt4/qt4.cpp
@@ -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 */
    
    
More information about the vlc-devel
mailing list