summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2001-12-20 21:03:18 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2001-12-20 21:03:18 +0000
commit51699bbf962ee51a83898013f4e8ad37c37dce7d (patch)
tree79d94fedc424d983e1e9db1d12ef0c57cd3ff4ed /sys
parentdf03602d550cd4f217d032f7fe18b5d32ade6b4f (diff)
downloadgst-plugins-bad-51699bbf962ee51a83898013f4e8ad37c37dce7d.tar.gz
gst-plugins-bad-51699bbf962ee51a83898013f4e8ad37c37dce7d.tar.bz2
gst-plugins-bad-51699bbf962ee51a83898013f4e8ad37c37dce7d.zip
added qcam checks
Original commit message from CVS: added qcam checks
Diffstat (limited to 'sys')
-rw-r--r--sys/Makefile.am15
1 files changed, 14 insertions, 1 deletions
diff --git a/sys/Makefile.am b/sys/Makefile.am
index 256abfe7..2054a4a1 100644
--- a/sys/Makefile.am
+++ b/sys/Makefile.am
@@ -5,6 +5,12 @@ else
OSS_SUBDS=
endif
+if USE_QCAM
+QCAM_SUBDS=qcam
+else
+QCAM_SUBDS=
+endif
+
if USE_V4L
V4L_SUBDS=v4l
else
@@ -23,7 +29,14 @@ else
VGA_SUBDS=
endif
-SUBDIRS=$(OSS_SUBDS) qcam $(V4L_SUBDS) $(VCD_SUBDS) $(VGA_SUBDS) xvideo
+if USE_XVIDEO
+XVIDEO_SUBDS=xvideo
+else
+XVIDEO_SUBDS=
+endif
+
+SUBDIRS=$(OSS_SUBDS) $(QCAM_SUBDS) $(V4L_SUBDS) $(VCD_SUBDS) \
+ $(VGA_SUBDS) $(XVIDEO_SUBDS)
DIST_SUBDIRS=oss qcam v4l vcd vga xvideo