mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
17 lines
369 B
Makefile
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
|