Commit 33ffe1fd authored by Laurent Aimar's avatar Laurent Aimar

Enabled glwin32 in "vout display" wrapper.

parent 8edf3ea9
......@@ -58,6 +58,7 @@ DECLARE_OPEN(snapshot);
DECLARE_OPEN(vmem);
DECLARE_OPEN(direct3d_xp);
DECLARE_OPEN(direct3d_vista);
DECLARE_OPEN(glwin32);
#undef DECLARE_OPEN
......@@ -113,6 +114,9 @@ vlc_module_begin()
add_submodule()
DECLARE_MODULE_EXT(direct3d, direct3d_xp, 70)
add_submodule()
DECLARE_MODULE(glwin32, 20)
vlc_module_end()
#undef DECLARE_MODULE
......
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