gstreamer/gst-libs/gst/Makefile.am
2014-03-16 15:17:59 +01:00

17 lines
369 B
Makefile

if HAVE_EGL
EGL_DIR = egl
endif
if USE_OPENGL
GL_DIR = gl
endif
if USE_GLES2
GL_DIR = gl
endif
SUBDIRS = interfaces basecamerabinsrc codecparsers \
insertbin uridownloader mpegts $(EGL_DIR) $(GL_DIR)
noinst_HEADERS = gst-i18n-plugin.h gettext.h glib-compat-private.h
DIST_SUBDIRS = interfaces egl gl basecamerabinsrc codecparsers \
insertbin uridownloader mpegts