codec: subsdec: fix variable shadowing
[vlc.git] / modules / spu / Makefile.am
blobec956b29fefa4660d7d80ec9acdae640966b7948
1 spudir = $(pluginsdir)/spu
3 # sub filters
4 libsubsdelay_plugin_la_SOURCES = spu/subsdelay.c
5 spu_LTLIBRARIES = libsubsdelay_plugin.la
7 # sub sources
8 libaudiobargraph_v_plugin_la_SOURCES = spu/audiobargraph_v.c
9 libaudiobargraph_v_plugin_la_LIBADD = $(LIBM)
10 liblogo_plugin_la_SOURCES = spu/logo.c
11 libmarq_plugin_la_SOURCES = spu/marq.c
12 libmosaic_plugin_la_SOURCES = spu/mosaic.c spu/mosaic.h
13 libmosaic_plugin_la_LIBADD = $(LIBM)
14 librss_plugin_la_SOURCES = spu/rss.c
16 spu_LTLIBRARIES += \
17         libaudiobargraph_v_plugin.la \
18         liblogo_plugin.la \
19         libmarq_plugin.la \
20         libmosaic_plugin.la \
21         librss_plugin.la
23 libdynamicoverlay_plugin_la_SOURCES = \
24         spu/dynamicoverlay/dynamicoverlay_buffer.c \
25         spu/dynamicoverlay/dynamicoverlay_queue.c \
26         spu/dynamicoverlay/dynamicoverlay_list.c \
27         spu/dynamicoverlay/dynamicoverlay_commands.c \
28         spu/dynamicoverlay/dynamicoverlay.c spu/dynamicoverlay/dynamicoverlay.h
29 if !HAVE_WIN32
30 spu_LTLIBRARIES += libdynamicoverlay_plugin.la
31 endif
33 libremoteosd_plugin_la_SOURCES = spu/remoteosd.c spu/remoteosd_rfbproto.h
34 libremoteosd_plugin_la_CFLAGS = $(AM_CFLAGS) $(GCRYPT_CFLAGS)
35 libremoteosd_plugin_la_LIBADD = $(GCRYPT_LIBS) $(SOCKET_LIBS)
36 if HAVE_GCRYPT
37 spu_LTLIBRARIES += libremoteosd_plugin.la
38 endif