mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
14 lines
322 B
Makefile
14 lines
322 B
Makefile
|
|
if USE_OPENGL
|
|
GL_DIR = gl
|
|
endif
|
|
if USE_GLES2
|
|
GL_DIR = gl
|
|
endif
|
|
|
|
SUBDIRS = interfaces basecamerabinsrc codecparsers \
|
|
insertbin uridownloader mpegts $(GL_DIR)
|
|
|
|
noinst_HEADERS = gst-i18n-plugin.h gettext.h glib-compat-private.h
|
|
DIST_SUBDIRS = interfaces gl basecamerabinsrc codecparsers \
|
|
insertbin uridownloader mpegts
|