mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-29 05:01:23 +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
|
|
|