mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
668dcf0c09
When we port lv2, we'll go the same route as the new ladspa plugin.
10 lines
278 B
Makefile
10 lines
278 B
Makefile
if HAVE_EGL
|
|
EGL_DIR = egl
|
|
endif
|
|
|
|
SUBDIRS = interfaces basecamerabinsrc codecparsers \
|
|
insertbin uridownloader $(EGL_DIR)
|
|
|
|
noinst_HEADERS = gst-i18n-plugin.h gettext.h glib-compat-private.h
|
|
DIST_SUBDIRS = interfaces egl basecamerabinsrc codecparsers \
|
|
insertbin uridownloader
|