Commit e9e02be2 authored by Laurent Aimar's avatar Laurent Aimar

Enabled wingdi/wingapi in "vout display" wrapper.

parent 284900dc
......@@ -61,6 +61,8 @@ DECLARE_OPEN(direct3d_xp);
DECLARE_OPEN(direct3d_vista);
DECLARE_OPEN(glwin32);
DECLARE_OPEN(macosx);
DECLARE_OPEN(wingdi);
DECLARE_OPEN(wingapi);
#undef DECLARE_OPEN
......@@ -125,6 +127,12 @@ vlc_module_begin()
add_submodule()
DECLARE_MODULE(macosx, 300)
add_submodule()
DECLARE_MODULE(wingdi, 10)
add_submodule()
DECLARE_MODULE(wingapi, 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