]> git.sesse.net Git - vlc/blobdiff - modules/Makefile.am
mediacodec: skip prerolled frames
[vlc] / modules / Makefile.am
index aaa357ee9e28b04c966d8d9971c5bbe4aad643df..85fd000a6edd0817bb871978d68d7197e4b9b979 100644 (file)
@@ -4,15 +4,10 @@ check_PROGRAMS =
 EXTRA_DIST =
 
 EXTRA_SUBDIRS = \
-       access_output \
-       stream_out \
        hw/mmal
 
 SUBDIRS = .
 DIST_SUBDIRS = . $(EXTRA_SUBDIRS)
-if ENABLE_SOUT
-SUBDIRS += access_output stream_out
-endif
 if HAVE_MMAL
 SUBDIRS += hw/mmal
 endif
@@ -50,7 +45,9 @@ 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