]> git.sesse.net Git - vlc/blob - modules/stream_filter/Modules.am
Use var_InheritString for --decklink-video-connection.
[vlc] / modules / stream_filter / Modules.am
1 SOURCES_decomp = decomp.c
2 SOURCES_stream_filter_record = record.c
3
4 libvlc_LTLIBRARIES += \
5    libstream_filter_record_plugin.la \
6    $(NULL)
7 if !HAVE_WIN32
8 if !HAVE_WINCE
9 libvlc_LTLIBRARIES += libdecomp_plugin.la
10 endif
11 endif