gstreamer/plugins/Makefile.am
Tim-Philipp Müller be04f3945c index: remove GstIndex and GstIndexFactory for now
There are many good use cases for GstIndex and we want
to add it back again in some form, but possibly not with
the current API, which is very powerful (maybe too powerful),
but also a bit confusing. At the very least we'd need to
make the API bindings-friendly.
2011-12-30 18:32:57 +00:00

9 lines
160 B
Makefile

SUBDIRS = elements
DIST_SUBDIRS = elements
Android.mk: Makefile.am
androgenizer -:PROJECT gstreamer \
-:SUBDIR $(patsubst %,plugins/%, $(SUBDIRS)) \
> $@