projects
/
platform
/
upstream
/
gstreamer.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
unforming dir names
[platform/upstream/gstreamer.git]
/
sys
/
Makefile.am
1
### FIXME use HAVE_ stuff to decide on dirs
2
if USE_VGA
3
VGA_SUBDS=vga
4
else
5
VGA_SUBDS=
6
endif
7
8
if USE_OSS
9
OSS_SUBDS=oss
10
else
11
OSS_SUBDS=
12
endif
13
14
SUBDIRS=$(OSS_SUBDS) qcam v4l vcd $(VGA_SUBDS) xvideo
15
16
DIST_SUBDIRS=oss qcam v4l vcd vga xvideo
17