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

Qt4: disable the crashy embedded video(!)

I don't know if it's a Qt4 interface bug and/or an X11 output bug, but
it causes frequent crashes with several users (and most of them don't
know about --no-embedded-video).
(cherry picked from commit fff7615f)
parent 365e6261
......@@ -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