mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-30 21:51:09 +00:00
18 lines
437 B
Makefile
18 lines
437 B
Makefile
|
|
if USE_OPENGL
|
|
GL_DIR = gl
|
|
endif
|
|
if USE_GLES2
|
|
GL_DIR = gl
|
|
endif
|
|
|
|
if USE_WAYLAND
|
|
WAYLAND_DIR=wayland
|
|
endif
|
|
|
|
SUBDIRS = adaptivedemux interfaces basecamerabinsrc codecparsers \
|
|
insertbin uridownloader mpegts base video $(GL_DIR) $(WAYLAND_DIR)
|
|
|
|
noinst_HEADERS = gst-i18n-plugin.h gettext.h glib-compat-private.h
|
|
DIST_SUBDIRS = adaptivedemux interfaces gl basecamerabinsrc codecparsers \
|
|
insertbin uridownloader mpegts wayland base video
|