mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 21:01:14 +00:00
f7f19d9589
It should work everywhere now, and -base and -good depend on the GstNetMeta API.
22 lines
428 B
Makefile
22 lines
428 B
Makefile
if HAVE_CHECK
|
|
SUBDIRS_CHECK = check
|
|
else
|
|
SUBDIRS_CHECK =
|
|
endif
|
|
|
|
if GST_DISABLE_REGISTRY
|
|
SUBDIRS_HELPERS =
|
|
else
|
|
SUBDIRS_HELPERS = helpers
|
|
endif
|
|
|
|
SUBDIRS_ALWAYS = base controller net
|
|
|
|
SUBDIRS = $(SUBDIRS_ALWAYS) $(SUBDIRS_CHECK) $(SUBDIRS_HELPERS)
|
|
DIST_SUBDIRS = $(SUBDIRS_ALWAYS) check net helpers
|
|
|
|
Android.mk: Makefile.am
|
|
echo $(PWD)
|
|
androgenizer -:PROJECT gstreamer \
|
|
-:SUBDIR $(patsubst %, libs/gst/%, $(SUBDIRS)) \
|
|
> $@
|