]> git.sesse.net Git - vlc/blob - modules/stream_filter/Modules.am
Fix spelling.
[vlc] / modules / stream_filter / Modules.am
1 SOURCES_decomp = decomp.c
2 SOURCES_stream_filter_record = record.c
3 SOURCES_stream_filter_rar = rar.c
4
5 libvlc_LTLIBRARIES += \
6    libstream_filter_record_plugin.la \
7    libstream_filter_rar_plugin.la \
8    $(NULL)
9 if !HAVE_WIN32
10 if !HAVE_WINCE
11 libvlc_LTLIBRARIES += libdecomp_plugin.la
12 endif
13 endif