projects
/
profile
/
ivi
/
gst-plugins-base.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
update tizen 2.0 patches for camera interface
[profile/ivi/gst-plugins-base.git]
/
sys
/
Makefile.am
1
if USE_GST_V4L
2
V4L_DIR=v4l
3
else
4
V4L_DIR=
5
endif
6
7
if USE_X
8
XIMAGE_DIR=ximage
9
else
10
XIMAGE_DIR=
11
endif
12
13
if USE_XVIDEO
14
XVIMAGE_DIR=xvimage
15
else
16
XVIMAGE_DIR=
17
endif
18
19
SUBDIRS = \
20
$(XIMAGE_DIR) \
21
$(XVIMAGE_DIR) \
22
$(V4L_DIR)
23
24
DIST_SUBDIRS = \
25
v4l \
26
ximage \
27
xvimage
28
29
include $(top_srcdir)/common/parallel-subdirs.mak