projects
/
platform
/
upstream
/
gstreamer.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
tcp elements need some system headers like sys/socket.h
[platform/upstream/gstreamer.git]
/
gst
/
Makefile.am
1
if HAVE_REGEX_H
2
SUBPARSE = subparse
3
else
4
SUBPARSE =
5
endif
6
7
if HAVE_SYS_SOCKET_H
8
TCP = tcp
9
else
10
TCP =
11
endif
12
13
SUBDIRS = $(GST_PLUGINS_SELECTED) $(SUBPARSE) $(TCP)
14
DIST_SUBDIRS = $(GST_PLUGINS_ALL) subparse tcp