You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

30 lines
786 B

splitterdir = $(pluginsdir)/video_splitter
splitter_PLUGINS =
splitter_LTLIBRARIES =
if HAVE_MERGE_PLUGINS
noinst_LTLIBRARIES += $(splitter_PLUGINS)
else
splitter_LTLIBRARIES += $(splitter_PLUGINS)
endif
splitter_PLUGINS += \
libclone_plugin.la \
libwall_plugin.la
libclone_plugin_la_SOURCES = video_splitter/clone.c
libwall_plugin_la_SOURCES = video_splitter/wall.c
libpanoramix_plugin_la_SOURCES = video_splitter/panoramix.c
libpanoramix_plugin_la_CFLAGS = $(AM_CFLAGS)
libpanoramix_plugin_la_LIBADD = $(LIBM)
if HAVE_WIN32_DESKTOP
splitter_PLUGINS += libpanoramix_plugin.la
else
if HAVE_XCB
libpanoramix_plugin_la_CFLAGS += $(XCB_RANDR_CFLAGS) $(XCB_CFLAGS)
libpanoramix_plugin_la_LIBADD += $(XCB_RANDR_LIBS) $(XCB_LIBS)
splitter_PLUGINS += libpanoramix_plugin.la
endif
endif