2010-12-13 22:36:41 +00:00
|
|
|
|
2014-03-16 14:08:23 +00:00
|
|
|
if USE_OPENGL
|
|
|
|
GL_DIR = gl
|
|
|
|
endif
|
|
|
|
if USE_GLES2
|
|
|
|
GL_DIR = gl
|
|
|
|
endif
|
|
|
|
|
2013-05-06 10:16:02 +00:00
|
|
|
if USE_WAYLAND
|
|
|
|
WAYLAND_DIR=wayland
|
|
|
|
endif
|
|
|
|
|
2014-12-08 11:24:17 +00:00
|
|
|
SUBDIRS = uridownloader adaptivedemux interfaces basecamerabinsrc codecparsers \
|
2016-01-16 16:56:26 +00:00
|
|
|
insertbin mpegts base video audio player $(GL_DIR) $(WAYLAND_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
|
2014-12-08 11:24:17 +00:00
|
|
|
DIST_SUBDIRS = uridownloader adaptivedemux interfaces gl basecamerabinsrc \
|
2016-01-16 16:56:26 +00:00
|
|
|
codecparsers insertbin mpegts wayland base video audio player
|
2014-12-01 09:27:43 +00:00
|
|
|
|
|
|
|
#dependencies
|
2016-01-16 16:56:26 +00:00
|
|
|
video, audio: base
|
2014-12-01 09:27:43 +00:00
|
|
|
|
|
|
|
adaptivedemux: uridownloader
|
|
|
|
|
|
|
|
INDEPENDENT_SUBDIRS = \
|
|
|
|
interfaces basecamerabinsrc codecparsers insertbin uridownloader \
|
2015-12-22 13:24:00 +00:00
|
|
|
mpegts base player $(GL_DIR) $(WAYLAND_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
|