Commit fff7615f authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Qt4: disable the crashy embedded video(!)

Maybe, someday will bother to actually fix this.
parent 61b050bd
......@@ -213,9 +213,11 @@ vlc_module_begin();
set_callbacks( OpenDialogs, Close );
#if 0
add_submodule();
set_capability( "vout window", 50 );
set_callbacks( WindowOpen, WindowClose );
#endif
vlc_module_end();
/*****************************************************************************
......
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