projects
/
platform
/
upstream
/
gst-plugins-good.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix missing config.h and unistd.h includes which were apparently removed from gst...
[platform/upstream/gst-plugins-good.git]
/
sys
/
Makefile.am
1
if USE_DXR3
2
DXR3_DIR=dxr3
3
else
4
DXR3_DIR=
5
endif
6
7
if USE_OSS
8
OSS_DIR=oss
9
else
10
OSS_DIR=
11
endif
12
13
if USE_QCAM
14
QCAM_DIR=qcam
15
else
16
QCAM_DIR=
17
endif
18
19
if USE_V4L
20
V4L_DIR=v4l
21
else
22
V4L_DIR=
23
endif
24
25
if USE_V4L2
26
V4L2_DIR=v4l2
27
else
28
V4L2_DIR=
29
endif
30
31
if USE_VCD
32
VCD_DIR=vcd
33
else
34
VCD_DIR=
35
endif
36
37
if USE_XVIDEO
38
XVIDEO_DIR=xvideo
39
else
40
XVIDEO_DIR=
41
endif
42
43
if USE_CDROM
44
CDROM_DIR=cdrom
45
else
46
CDROM_DIR=
47
endif
48
49
SUBDIRS=$(DXR3_DIR) $(OSS_DIR) $(QCAM_DIR) $(V4L_DIR) $(V4L2_DIR) \
50
$(VCD_DIR) $(XVIDEO_DIR) $(CDROM_DIR)
51
52
DIST_SUBDIRS=dxr3 oss qcam v4l v4l2 vcd xvideo cdrom