2013-05-06 10:16:02 +00:00
|
|
|
if USE_WAYLAND
|
|
|
|
WAYLAND_DIR=wayland
|
|
|
|
endif
|
|
|
|
|
2016-11-10 17:42:29 +00:00
|
|
|
if USE_OPENCV
|
|
|
|
OPENCV_DIR=opencv
|
|
|
|
endif
|
|
|
|
|
2014-12-08 11:24:17 +00:00
|
|
|
SUBDIRS = uridownloader adaptivedemux interfaces basecamerabinsrc codecparsers \
|
2017-01-31 09:56:59 +00:00
|
|
|
insertbin mpegts video audio player isoff webrtc $(WAYLAND_DIR) \
|
2016-11-10 17:42:29 +00:00
|
|
|
$(OPENCV_DIR)
|
2007-03-03 08:16:57 +00:00
|
|
|
|
2012-02-20 09:58:09 +00:00
|
|
|
noinst_HEADERS = gst-i18n-plugin.h gettext.h glib-compat-private.h
|
2017-12-11 12:59:09 +00:00
|
|
|
DIST_SUBDIRS = uridownloader adaptivedemux interfaces basecamerabinsrc \
|
2017-01-31 09:56:59 +00:00
|
|
|
codecparsers insertbin mpegts wayland opencv video audio player isoff webrtc
|
2014-12-01 09:27:43 +00:00
|
|
|
|
|
|
|
adaptivedemux: uridownloader
|
|
|
|
|
|
|
|
INDEPENDENT_SUBDIRS = \
|
|
|
|
interfaces basecamerabinsrc codecparsers insertbin uridownloader \
|
2017-12-13 01:05:32 +00:00
|
|
|
mpegts player isoff $(WAYLAND_DIR) $(OPENCV_DIR)
|
2014-12-01 09:27:43 +00:00
|
|
|
|
|
|
|
.PHONY: independent-subdirs $(INDEPENDENT_SUBDIRS)
|
|
|
|
|
|
|
|
independent-subdirs: $(INDEPENDENT_SUBDIRS)
|
|
|
|
|
|
|
|
$(INDEPENDENT_SUBDIRS):
|
|
|
|
$(MAKE) -C $@
|
|
|
|
|
|
|
|
all-recursive: independent-subdirs
|