11 lines
310 B
Makefile
11 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
|