mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
be04f3945c
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.
8 lines
160 B
Makefile
8 lines
160 B
Makefile
SUBDIRS = elements
|
|
|
|
DIST_SUBDIRS = elements
|
|
|
|
Android.mk: Makefile.am
|
|
androgenizer -:PROJECT gstreamer \
|
|
-:SUBDIR $(patsubst %,plugins/%, $(SUBDIRS)) \
|
|
> $@
|