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
|
|
|
|
|
2013-05-28 06:08:42 +00:00
|
|
|
SUBDIRS = interfaces basecamerabinsrc codecparsers \
|
2014-06-03 17:00:34 +00:00
|
|
|
insertbin uridownloader mpegts base video $(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-04-15 16:58:34 +00:00
|
|
|
DIST_SUBDIRS = interfaces gl basecamerabinsrc codecparsers \
|
2014-06-03 17:00:34 +00:00
|
|
|
insertbin uridownloader mpegts wayland base video
|