]> git.sesse.net Git - vlc/blobdiff - modules/misc/Modules.am
quartztext: Allow to bypass quartztext build on Darwin.
[vlc] / modules / misc / Modules.am
index c6b5bae4422c02b7f891458c5cc6dccbabf6ddf9..f1bb6593e2d0ffcb37f9e1006e689a5b6641ff0d 100644 (file)
@@ -1,4 +1,4 @@
-BASE_SUBDIRS = dummy notify testsuite playlist stats osd xml
+BASE_SUBDIRS = dummy notify playlist stats osd xml
 EXTRA_SUBDIRS = lua
 
 SUBDIRS = $(BASE_SUBDIRS)
@@ -19,7 +19,7 @@ SOURCES_audioscrobbler = audioscrobbler.c
 SOURCES_inhibit = inhibit.c
 SOURCES_sqlite = sqlite.c
 
-SOURCES_xscreensaver = inhibit/screensaver.c
+SOURCES_xscreensaver = inhibit/xscreensaver.c
 SOURCES_xdg_screensaver = inhibit/xdg.c
 SOURCES_osso_screensaver = inhibit/osso.c
 
@@ -30,9 +30,6 @@ libvlc_LTLIBRARIES += \
 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 \