]> git.sesse.net Git - vlc/blobdiff - modules/access/Modules.am
playlist: Handle vlc_InputItemErrorWhenReadingChanged events.
[vlc] / modules / access / Modules.am
index bc94468ffde884831cdaaf3b614647fbf99fe1fd..c91bfd0bcf63872bbf4f9649454112aa38d81efb 100644 (file)
@@ -3,6 +3,15 @@
 # obviously does not. Here is a fix for that.
 LIBTOOL=@LIBTOOL@ --tag=CC
 
+BASE_SUBDIRS = dvb mms cdda rtsp rtmp v4l2 vcd vcdx screen
+EXTRA_SUBDIRS = bda dshow
+SUBDIRS = $(BASE_SUBDIRS)
+DIST_SUBDIRS = $(BASE_SUBDIRS) $(EXTRA_SUBDIRS)
+
+if HAVE_WIN32
+SUBDIRS += bda dshow
+endif
+
 SOURCES_access_file = file.c
 SOURCES_access_mmap = mmap.c
 SOURCES_access_directory = directory.c
@@ -20,6 +29,7 @@ SOURCES_dc1394 = dc1394.c
 SOURCES_access_fake = fake.c
 SOURCES_pvr = pvr.c videodev2.h
 SOURCES_v4l = v4l.c videodev_mjpeg.h
+SOURCES_qtcapture = qtcapture.m
 SOURCES_cdda = \
         cdda.c \
         vcd/cdrom.c \