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.
40 lines
933 B
40 lines
933 B
BASE_SUBDIRS = dummy notify playlist stats osd xml
|
|
EXTRA_SUBDIRS = lua
|
|
|
|
SUBDIRS = $(BASE_SUBDIRS)
|
|
DIST_SUBDIRS = $(BASE_SUBDIRS) $(EXTRA_SUBDIRS)
|
|
|
|
if BUILD_LUA
|
|
SUBDIRS += lua
|
|
endif
|
|
|
|
SOURCES_freetype = freetype.c text_renderer.h
|
|
SOURCES_win32text = win32text.c
|
|
SOURCES_quartztext = quartztext.c text_renderer.h
|
|
SOURCES_logger = logger.c
|
|
SOURCES_vod_rtsp = rtsp.c
|
|
SOURCES_gnutls = gnutls.c dhparams.h
|
|
SOURCES_svg = svg.c
|
|
SOURCES_audioscrobbler = audioscrobbler.c
|
|
SOURCES_inhibit = inhibit.c
|
|
SOURCES_sqlite = sqlite.c
|
|
|
|
SOURCES_xscreensaver = inhibit/xscreensaver.c
|
|
SOURCES_xdg_screensaver = inhibit/xdg.c
|
|
SOURCES_osso_screensaver = inhibit/osso.c
|
|
|
|
libvlc_LTLIBRARIES += \
|
|
libaudioscrobbler_plugin.la \
|
|
liblogger_plugin.la
|
|
|
|
if HAVE_WINCE
|
|
libvlc_LTLIBRARIES += libwin32text_plugin.la
|
|
endif
|
|
if HAVE_DARWIN
|
|
libvlc_LTLIBRARIES += libquartztext_plugin.la
|
|
endif
|
|
if ENABLE_SOUT
|
|
libvlc_LTLIBRARIES += \
|
|
libvod_rtsp_plugin.la \
|
|
$(NULL)
|
|
endif
|
|
|