mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
524421e436
This only contained API that now has replacements in core and base.
11 lines
283 B
Makefile
11 lines
283 B
Makefile
if HAVE_EGL
|
|
EGL_DIR = egl
|
|
endif
|
|
|
|
SUBDIRS = interfaces signalprocessor basecamerabinsrc codecparsers \
|
|
insertbin $(EGL_DIR)
|
|
|
|
noinst_HEADERS = gst-i18n-plugin.h gettext.h glib-compat-private.h
|
|
DIST_SUBDIRS = interfaces egl signalprocessor basecamerabinsrc codecparsers \
|
|
insertbin
|
|
|