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

Enable embedded video with Qt >= 4.3 - hopefully fixes #2136

parent 6124f982
......@@ -213,7 +213,7 @@ vlc_module_begin();
set_callbacks( OpenDialogs, Close );
#if 0
#if !defined (Q_WS_X11) || HAS_QT43
add_submodule();
set_capability( "vout window", 50 );
set_callbacks( WindowOpen, WindowClose );
......
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