projects
/
platform
/
upstream
/
gst-plugins-base.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
gst: Add better support for static plugins
[platform/upstream/gst-plugins-base.git]
/
sys
/
Makefile.am
1
if USE_X
2
XIMAGE_DIR=ximage
3
else
4
XIMAGE_DIR=
5
endif
6
7
if USE_XVIDEO
8
XVIMAGE_DIR=xvimage
9
else
10
XVIMAGE_DIR=
11
endif
12
13
SUBDIRS = \
14
$(XIMAGE_DIR) \
15
$(XVIMAGE_DIR)
16
17
DIST_SUBDIRS = \
18
ximage \
19
xvimage
20
21
include $(top_srcdir)/common/parallel-subdirs.mak