gstreamer/gst-libs/gst/Makefile.am

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