mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-07 23:12:42 +00:00
10 lines
310 B
Makefile
10 lines
310 B
Makefile
if HAVE_EGL
|
|
EGL_DIR = egl
|
|
endif
|
|
|
|
SUBDIRS = interfaces signalprocessor basecamerabinsrc codecparsers \
|
|
insertbin uridownloader $(EGL_DIR)
|
|
|
|
noinst_HEADERS = gst-i18n-plugin.h gettext.h glib-compat-private.h
|
|
DIST_SUBDIRS = interfaces egl signalprocessor basecamerabinsrc codecparsers \
|
|
insertbin uridownloader
|