Commit b1318d20 authored by Laurent Aimar's avatar Laurent Aimar

Re-enable the embed video module in qt4.

parent 75562051
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment