gstreamer/gst-libs/gst/Makefile.am

18 lines
369 B
Makefile
Raw Normal View History

if HAVE_EGL
EGL_DIR = egl
endif
2014-03-16 14:08:23 +00:00
if USE_OPENGL
GL_DIR = gl
endif
if USE_GLES2
GL_DIR = gl
endif
SUBDIRS = interfaces basecamerabinsrc codecparsers \
2014-03-16 14:08:23 +00:00
insertbin uridownloader mpegts $(EGL_DIR) $(GL_DIR)
2012-02-20 09:58:09 +00:00
noinst_HEADERS = gst-i18n-plugin.h gettext.h glib-compat-private.h
2014-03-16 14:08:23 +00:00
DIST_SUBDIRS = interfaces egl gl basecamerabinsrc codecparsers \
insertbin uridownloader mpegts