]> git.sesse.net Git - vlc/blob - modules/video_splitter/Makefile.am
decoder: drain the audio output properly
[vlc] / modules / video_splitter / Makefile.am
1 splitterdir = $(pluginsdir)/video_splitter
2
3 splitter_LTLIBRARIES = \
4         libclone_plugin.la \
5         libwall_plugin.la
6
7 libclone_plugin_la_SOURCES = video_splitter/clone.c
8
9 libwall_plugin_la_SOURCES = video_splitter/wall.c
10
11 libpanoramix_plugin_la_SOURCES = video_splitter/panoramix.c
12 libpanoramix_plugin_la_CFLAGS = $(AM_CFLAGS)
13 libpanoramix_plugin_la_LIBADD = $(LIBM)
14 if HAVE_WIN32
15 splitter_LTLIBRARIES += libpanoramix_plugin.la
16 else
17 if HAVE_XCB_RANDR
18 libpanoramix_plugin_la_CFLAGS += $(XCB_RANDR_CFLAGS)
19 libpanoramix_plugin_la_LIBADD += $(XCB_RANDR_LIBS)
20 splitter_LTLIBRARIES += libpanoramix_plugin.la
21 endif
22 endif