Remove GstVideoAggregator, moved into libgstvideo in -base
[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 SUBDIRS = uridownloader adaptivedemux interfaces basecamerabinsrc codecparsers \
10          insertbin mpegts audio sctp player isoff webrtc $(WAYLAND_DIR) \
11          $(OPENCV_DIR)
12
13 noinst_HEADERS = gst-i18n-plugin.h gettext.h glib-compat-private.h
14 DIST_SUBDIRS = uridownloader adaptivedemux interfaces basecamerabinsrc \
15         codecparsers insertbin mpegts wayland opencv audio player isoff sctp webrtc
16
17 adaptivedemux: uridownloader
18
19 INDEPENDENT_SUBDIRS = \
20         interfaces basecamerabinsrc codecparsers insertbin uridownloader \
21         mpegts player isoff sctp $(WAYLAND_DIR) $(OPENCV_DIR)
22
23 .PHONY: independent-subdirs $(INDEPENDENT_SUBDIRS)
24
25 independent-subdirs: $(INDEPENDENT_SUBDIRS)
26
27 $(INDEPENDENT_SUBDIRS):
28         $(MAKE) -C $@
29
30 all-recursive: independent-subdirs