Add new SCTP plugins (sctpenc/sctpdec)
[platform/upstream/gstreamer.git] / gst-libs / gst / Makefile.am
1 if USE_WAYLAND
2 WAYLAND_DIR=wayland
3 endif
4
5 if USE_OPENCV
6 OPENCV_DIR=opencv
7 endif
8
9 if USE_SCTP
10 SCTP_DIR=sctp
11 endif
12
13 SUBDIRS = uridownloader adaptivedemux interfaces basecamerabinsrc codecparsers \
14          insertbin mpegts video audio player isoff webrtc $(WAYLAND_DIR) \
15          $(OPENCV_DIR) $(SCTP_DIR)
16
17 noinst_HEADERS = gst-i18n-plugin.h gettext.h glib-compat-private.h
18 DIST_SUBDIRS = uridownloader adaptivedemux interfaces basecamerabinsrc \
19         codecparsers insertbin mpegts wayland opencv video audio player isoff webrtc
20
21 adaptivedemux: uridownloader
22
23 INDEPENDENT_SUBDIRS = \
24         interfaces basecamerabinsrc codecparsers insertbin uridownloader \
25         mpegts player isoff $(WAYLAND_DIR) $(OPENCV_DIR) $(SCTP_DIR)
26
27 .PHONY: independent-subdirs $(INDEPENDENT_SUBDIRS)
28
29 independent-subdirs: $(INDEPENDENT_SUBDIRS)
30
31 $(INDEPENDENT_SUBDIRS):
32         $(MAKE) -C $@
33
34 all-recursive: independent-subdirs