]> git.sesse.net Git - vlc/blob - modules/stream_filter/Modules.am
Qt: open disk: fix tab access order
[vlc] / modules / stream_filter / Modules.am
1 SUBDIRS = dash
2
3 SOURCES_decomp = decomp.c
4 SOURCES_stream_filter_record = record.c
5
6 libvlc_LTLIBRARIES += \
7    libstream_filter_record_plugin.la \
8    $(NULL)
9
10 if HAVE_GCRYPT
11 libstream_filter_httplive_plugin_la_SOURCES = httplive.c
12 libstream_filter_httplive_plugin_la_CFLAGS = $(AM_CFLAGS) $(GCRYPT_CFLAGS)
13 libstream_filter_httplive_plugin_la_LIBADD = $(AM_LIBADD) $(GCRYPT_LIBS) -lgpg-error
14 libstream_filter_httplive_plugin_la_DEPENDENCIES =
15 libvlc_LTLIBRARIES += libstream_filter_httplive_plugin.la
16 endif
17
18 if !HAVE_WIN32
19 if !HAVE_WINCE
20 libvlc_LTLIBRARIES += libdecomp_plugin.la
21 endif
22 endif