projects
/
platform
/
upstream
/
gstreamer.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
vcd checks
[platform/upstream/gstreamer.git]
/
sys
/
Makefile.am
1
### FIXME use HAVE_ stuff to decide on dirs
2
if USE_OSS
3
OSS_SUBDS=oss
4
else
5
OSS_SUBDS=
6
endif
7
8
if USE_V4L
9
V4L_SUBDS=v4l
10
else
11
V4L_SUBDS=
12
endif
13
14
if USE_VCD
15
VCD_SUBDS=vcd
16
else
17
VCD_SUBDS=
18
endif
19
20
if USE_VGA
21
VGA_SUBDS=vga
22
else
23
VGA_SUBDS=
24
endif
25
26
SUBDIRS=$(OSS_SUBDS) qcam $(V4L_SUBDS) $(VCD_SUBDS) $(VGA_SUBDS) xvideo
27
28
DIST_SUBDIRS=oss qcam v4l vcd vga xvideo
29