mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-21 15:56:42 +00:00
11 lines
295 B
Makefile
11 lines
295 B
Makefile
if HAVE_EGL
|
|
EGL_DIR = egl
|
|
endif
|
|
|
|
SUBDIRS = interfaces signalprocessor video basecamerabinsrc codecparsers \
|
|
insertbin $(EGL_DIR)
|
|
|
|
noinst_HEADERS = gst-i18n-plugin.h gettext.h glib-compat-private.h
|
|
DIST_SUBDIRS = interfaces egl signalprocessor video basecamerabinsrc codecparsers \
|
|
insertbin
|
|
|