]> git.sesse.net Git - vlc/blob - modules/misc/Modules.am
OMAP framebuffer: I420 != Y420
[vlc] / modules / misc / Modules.am
1 BASE_SUBDIRS = dummy memcpy notify testsuite playlist stats osd xml
2 EXTRA_SUBDIRS = lua
3
4 SUBDIRS = $(BASE_SUBDIRS)
5 DIST_SUBDIRS = $(BASE_SUBDIRS) $(EXTRA_SUBDIRS)
6
7 if BUILD_LUA
8 SUBDIRS += lua
9 endif
10
11 SOURCES_screensaver = screensaver.c
12 SOURCES_qte_main = qte_main.cpp
13 SOURCES_freetype = freetype.c text_renderer.h
14 SOURCES_win32text = win32text.c
15 SOURCES_quartztext = quartztext.c text_renderer.h
16 SOURCES_logger = logger.c
17 SOURCES_vod_rtsp = rtsp.c
18 SOURCES_gnutls = gnutls.c dhparams.h
19 SOURCES_svg = svg.c
20 SOURCES_audioscrobbler = audioscrobbler.c
21 SOURCES_inhibit = inhibit.c
22 SOURCES_xdg_screensaver = xdg-screensaver.c
23 SOURCES_osso = osso.c
24
25 libvlc_LTLIBRARIES += \
26         liblogger_plugin.la
27
28 if ENABLE_SOUT
29 libvlc_LTLIBRARIES += \
30         libvod_rtsp_plugin.la \
31         $(NULL)
32 endif