[vlc-commits] [Git][videolan/vlc][master] test: link demux-run with cdg plugin
Rémi Denis-Courmont (@Courmisch)
gitlab at videolan.org
Fri Feb 23 20:12:39 UTC 2024
Rémi Denis-Courmont pushed to branch master at VideoLAN / VLC
Commits:
410d5999 by Jonas Dittrich at 2024-02-23T19:52:30+00:00
test: link demux-run with cdg plugin
- - - - -
2 changed files:
- test/Makefile.am
- test/src/input/demux-run.c
Changes:
=====================================
test/Makefile.am
=====================================
@@ -335,6 +335,7 @@ libvlc_demux_run_la_LIBADD += \
../modules/libau_plugin.la \
../modules/libavi_plugin.la \
../modules/libcaf_plugin.la \
+ ../modules/libdemux_cdg_plugin.la \
../modules/libes_plugin.la \
../modules/libflacsys_plugin.la \
../modules/libh26x_plugin.la \
=====================================
test/src/input/demux-run.c
=====================================
@@ -425,6 +425,7 @@ int vlc_demux_process_memory(const struct vlc_run_args *args,
f(demux_au) \
f(demux_avi_avi) \
f(demux_caf) \
+ f(demux_demux_cdg) \
f(demux_mpeg_es) \
f(demux_flacsys) \
f(demux_mpeg_h26x) \
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/410d599922f7890f506decd3cb6591cf78e8d668
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/410d599922f7890f506decd3cb6591cf78e8d668
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list