Commit 95c2afcd authored by Laurent Aimar's avatar Laurent Aimar

Prefer direct3d over SDL.

parent 8db1d3e9
......@@ -66,7 +66,7 @@ vlc_module_begin ()
add_bool("direct3d-desktop", false, NULL, DESKTOP_TEXT, DESKTOP_LONGTEXT, true)
set_description(N_("DirectX 3D video output"))
set_capability("vout display", 50)
set_capability("vout display", 70)
add_shortcut("direct3d_xp")
set_callbacks(OpenVideoXP, Close)
......
......@@ -111,7 +111,7 @@ vlc_module_begin()
DECLARE_MODULE_EXT(direct3d, direct3d_vista, 150)
add_submodule()
DECLARE_MODULE_EXT(direct3d, direct3d_xp, 50)
DECLARE_MODULE_EXT(direct3d, direct3d_xp, 70)
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