gstreamer/gst-libs/gst/Makefile.am

12 lines
295 B
Makefile
Raw Normal View History

if HAVE_EGL
EGL_DIR = egl
endif
SUBDIRS = interfaces signalprocessor video basecamerabinsrc codecparsers \
insertbin $(EGL_DIR)
2012-02-20 09:58:09 +00:00
noinst_HEADERS = gst-i18n-plugin.h gettext.h glib-compat-private.h
DIST_SUBDIRS = interfaces egl signalprocessor video basecamerabinsrc codecparsers \
insertbin
2010-10-13 22:39:55 +00:00