Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
2a245b4b
Commit
2a245b4b
authored
Aug 03, 2009
by
Laurent Aimar
Browse files
Enabled caca in "vout display" wrapper.
parent
52af2d54
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/video_output/wrapper.c
View file @
2a245b4b
...
...
@@ -46,6 +46,7 @@ static void Close(vlc_object_t *);
static int Open##name(vlc_object_t *object) { return Open(object, #name); }
DECLARE_OPEN
(
aalib
);
DECLARE_OPEN
(
caca
);
#undef DECLARE_OPEN
...
...
@@ -62,6 +63,9 @@ vlc_module_begin()
DECLARE_MODULE
(
aalib
,
10
)
add_submodule
()
DECLARE_MODULE
(
caca
,
12
)
vlc_module_end
()
#undef DECLARE_MODULE
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment