Commit cbc5923f authored by Laurent Aimar's avatar Laurent Aimar

Enabled snapshot in "vout display" wrapper.

parent fd2d1121
...@@ -54,6 +54,7 @@ DECLARE_OPEN(dummy); ...@@ -54,6 +54,7 @@ DECLARE_OPEN(dummy);
DECLARE_OPEN(fb); DECLARE_OPEN(fb);
DECLARE_OPEN(directfb); DECLARE_OPEN(directfb);
DECLARE_OPEN(yuv); DECLARE_OPEN(yuv);
DECLARE_OPEN(snapshot);
#undef DECLARE_OPEN #undef DECLARE_OPEN
...@@ -94,6 +95,9 @@ vlc_module_begin() ...@@ -94,6 +95,9 @@ vlc_module_begin()
add_submodule() add_submodule()
DECLARE_MODULE(yuv, 0) DECLARE_MODULE(yuv, 0)
add_submodule()
DECLARE_MODULE(snapshot, 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