]> git.sesse.net Git - vlc/blobdiff - modules/Makefile.am
directsound: fix TimeGet returning a positive value on error
[vlc] / modules / Makefile.am
index 5956c78cd5a8ac562fcea8a02580bf22fb6b1bda..85fd000a6edd0817bb871978d68d7197e4b9b979 100644 (file)
@@ -3,18 +3,11 @@ noinst_HEADERS =
 check_PROGRAMS =
 EXTRA_DIST =
 
-BASE_SUBDIRS = \
-       visualization
 EXTRA_SUBDIRS = \
-       access_output \
-       stream_out \
        hw/mmal
 
-SUBDIRS = . $(BASE_SUBDIRS)
-DIST_SUBDIRS = . $(BASE_SUBDIRS) $(EXTRA_SUBDIRS)
-if ENABLE_SOUT
-SUBDIRS += access_output stream_out
-endif
+SUBDIRS = .
+DIST_SUBDIRS = . $(EXTRA_SUBDIRS)
 if HAVE_MMAL
 SUBDIRS += hw/mmal
 endif
@@ -50,8 +43,11 @@ include video_chroma/Makefile.am
 include video_filter/Makefile.am
 include video_splitter/Makefile.am
 include video_output/Makefile.am
+include visualization/Makefile.am
 if ENABLE_SOUT
+include access_output/Makefile.am
 include mux/Makefile.am
+include stream_out/Makefile.am
 endif
 
 BUILT_SOURCES += dummy.cpp