Commit 9f1ddd82 authored by Laurent Aimar's avatar Laurent Aimar

Enabled vmem in "vout display" wrapper.

parent 24dc93c6
...@@ -55,6 +55,7 @@ DECLARE_OPEN(fb); ...@@ -55,6 +55,7 @@ DECLARE_OPEN(fb);
DECLARE_OPEN(directfb); DECLARE_OPEN(directfb);
DECLARE_OPEN(yuv); DECLARE_OPEN(yuv);
DECLARE_OPEN(snapshot); DECLARE_OPEN(snapshot);
DECLARE_OPEN(vmem);
#undef DECLARE_OPEN #undef DECLARE_OPEN
...@@ -98,6 +99,9 @@ vlc_module_begin() ...@@ -98,6 +99,9 @@ vlc_module_begin()
add_submodule() add_submodule()
DECLARE_MODULE(snapshot, 0) DECLARE_MODULE(snapshot, 0)
add_submodule()
DECLARE_MODULE(vmem, 0)
vlc_module_end() vlc_module_end()
#undef DECLARE_MODULE #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