mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
859635ca01
gsturidownloader can be reused by other plugins, better have it into its own lib
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
|