Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
195c909f
Commit
195c909f
authored
Nov 11, 2017
by
Thomas Guillem
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test: input: add missing modules
parent
74e7bd24
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
test/Makefile.am
test/Makefile.am
+2
-0
test/src/input/demux-run.c
test/src/input/demux-run.c
+2
-0
No files found.
test/Makefile.am
View file @
195c909f
...
...
@@ -149,6 +149,7 @@ libvlc_demux_run_la_LIBADD = \
if
!HAVE_DYNAMIC_PLUGINS
libvlc_demux_run_la_CPPFLAGS
+=
-DHAVE_STATIC_MODULES
libvlc_demux_run_la_LIBADD
+=
\
../modules/libxml_plugin.la
\
../modules/libconsole_logger_plugin.la
\
../modules/libaiff_plugin.la
\
../modules/libasf_plugin.la
\
...
...
@@ -175,6 +176,7 @@ libvlc_demux_run_la_LIBADD += \
../modules/libty_plugin.la
\
../modules/libvoc_plugin.la
\
../modules/libwav_plugin.la
\
../modules/libwebvtt_plugin.la
\
../modules/libxa_plugin.la
\
../modules/libpacketizer_a52_plugin.la
\
../modules/libpacketizer_dts_plugin.la
\
...
...
test/src/input/demux-run.c
View file @
195c909f
...
...
@@ -341,6 +341,7 @@ typedef int (*vlc_plugin_cb)(int (*)(void *, void *, int, ...), void *);
extern
vlc_plugin_cb
vlc_static_modules
[];
#define PLUGINS(f) \
f(xml) \
f(console) \
f(filesystem) \
f(xml) \
...
...
@@ -369,6 +370,7 @@ extern vlc_plugin_cb vlc_static_modules[];
f(ty) \
f(voc) \
f(wav) \
f(webvtt) \
f(xa) \
f(a52) \
f(dirac) \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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