mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 09:00:54 +00:00
7cf66e7c07
This base class has been added to a newly created libgstbadvideo library Co-Authored by: Thibault Saunier <tsaunier@gnome.org> https://bugzilla.gnome.org/show_bug.cgi?id=731918
18 lines
409 B
Makefile
18 lines
409 B
Makefile
|
|
if USE_OPENGL
|
|
GL_DIR = gl
|
|
endif
|
|
if USE_GLES2
|
|
GL_DIR = gl
|
|
endif
|
|
|
|
if USE_WAYLAND
|
|
WAYLAND_DIR=wayland
|
|
endif
|
|
|
|
SUBDIRS = 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 = interfaces gl basecamerabinsrc codecparsers \
|
|
insertbin uridownloader mpegts wayland base video
|