summaryrefslogtreecommitdiff
path: root/sys/Makefile.am
blob: 0c8961785fb2256eef8797c20ea69bdde8f5b22d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
if USE_GST_V4L
V4L_DIR=v4l
else
V4L_DIR=
endif

if USE_X
XIMAGE_DIR=ximage
else
XIMAGE_DIR=
endif

if USE_XVBO
XVBOIMAGE_DIR=xvboimage
else
XVBOIMAGE_DIR=
endif

if USE_XVIDEO
XVIMAGE_DIR=xvimage
else
XVIMAGE_DIR=
endif

SUBDIRS = \
  $(XIMAGE_DIR) \
  $(XVBOIMAGE_DIR) \
  $(XVIMAGE_DIR) \
  $(V4L_DIR)

DIST_SUBDIRS = \
  v4l \
  ximage \
  xvboimage \
  xvimage