demux: asf: don't use demux_t for packetsys
[vlc.git] / modules / stream_filter / Makefile.am
blob11f86a4a631025d80bd5183f88c0c48ee593a059
1 stream_filterdir = $(pluginsdir)/stream_filter
3 stream_filter_LTLIBRARIES =
5 libcache_read_plugin_la_SOURCES = stream_filter/cache_read.c
6 stream_filter_LTLIBRARIES += libcache_read_plugin.la
8 libcache_block_plugin_la_SOURCES = stream_filter/cache_block.c
9 stream_filter_LTLIBRARIES += libcache_block_plugin.la
11 libdecomp_plugin_la_SOURCES = stream_filter/decomp.c
12 if !HAVE_WIN32
13 if !HAVE_TVOS
14 stream_filter_LTLIBRARIES += libdecomp_plugin.la
15 endif
16 endif
18 libinflate_plugin_la_SOURCES = stream_filter/inflate.c
19 libinflate_plugin_la_LIBADD = -lz
20 if HAVE_ZLIB
21 stream_filter_LTLIBRARIES += libinflate_plugin.la
22 endif
24 libprefetch_plugin_la_SOURCES = stream_filter/prefetch.c
25 if !HAVE_WINSTORE
26 stream_filter_LTLIBRARIES += libprefetch_plugin.la
27 endif
29 libhds_plugin_la_SOURCES = \
30     stream_filter/hds/hds.c
32 libhds_plugin_la_CFLAGS = $(AM_CFLAGS)
33 stream_filter_LTLIBRARIES += libhds_plugin.la
35 librecord_plugin_la_SOURCES = stream_filter/record.c
36 stream_filter_LTLIBRARIES += librecord_plugin.la
38 libaribcam_plugin_la_SOURCES = stream_filter/aribcam.c
39 libaribcam_plugin_la_CFLAGS = $(AM_CFLAGS) $(ARIBB25_CFLAGS)
40 libaribcam_plugin_la_LDFLAGS = $(AM_LDFLAGS) $(ARIBB25_LDFLAGS) -rpath '$(stream_filterdir)'
41 libaribcam_plugin_la_LIBADD = $(ARIBB25_LIBS)
42 stream_filter_LTLIBRARIES += $(LTLIBaribcam)
43 EXTRA_LTLIBRARIES += libaribcam_plugin.la
45 libaccesstweaks_plugin_la_SOURCES = stream_filter/accesstweaks.c
46 libaccesstweaks_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(stream_filterdir)'
47 check_LTLIBRARIES += libaccesstweaks_plugin.la
49 libadf_plugin_la_SOURCES = stream_filter/adf.c
50 stream_filter_LTLIBRARIES += libadf_plugin.la
52 libskiptags_plugin_la_SOURCES = stream_filter/skiptags.c
53 stream_filter_LTLIBRARIES += libskiptags_plugin.la