projects
/
platform
/
upstream
/
gstreamer.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
subparse needs regex.h - might need to move to sys/
[platform/upstream/gstreamer.git]
/
gst
/
Makefile.am
1
if HAVE_REGEX_H
2
SUBPARSE = subparse
3
else
4
SUBPARSE =
5
endif
6
7
SUBDIRS = $(GST_PLUGINS_SELECTED) $(SUBPARSE)
8
DIST_SUBDIRS = $(GST_PLUGINS_ALL) subparse