]> git.sesse.net Git - vlc/blob - modules/stream_filter/Modules.am
741e8f48149c2288b8660f09769c31b8cebdd0b0
[vlc] / modules / stream_filter / Modules.am
1 DIST_SUBDIRS = dash
2
3 SOURCES_decomp = decomp.c
4 SOURCES_stream_filter_record = record.c
5 SOURCES_stream_filter_httplive = httplive.c
6
7 libvlc_LTLIBRARIES += \
8    libstream_filter_record_plugin.la \
9    libstream_filter_httplive_plugin.la \
10    $(NULL)
11 if !HAVE_WIN32
12 if !HAVE_WINCE
13 libvlc_LTLIBRARIES += libdecomp_plugin.la
14 endif
15 endif