Commit 895d2a08 authored by Laurent Aimar's avatar Laurent Aimar

Enabled SDL in "vout display" wrapper.

parent b089f25b
......@@ -47,6 +47,7 @@ static void Close(vlc_object_t *);
DECLARE_OPEN(aalib);
DECLARE_OPEN(caca);
DECLARE_OPEN(sdl);
#undef DECLARE_OPEN
......@@ -66,6 +67,9 @@ vlc_module_begin()
add_submodule()
DECLARE_MODULE(caca, 12)
add_submodule()
DECLARE_MODULE(sdl, 60)
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