2005-07-20 09:40:32 +00:00
|
|
|
plugin_LTLIBRARIES = libgstautodetect.la
|
|
|
|
|
|
|
|
libgstautodetect_la_SOURCES = \
|
|
|
|
gstautoaudiosink.c \
|
2008-10-27 08:54:30 +00:00
|
|
|
gstautoaudiosrc.c \
|
2005-07-20 09:40:32 +00:00
|
|
|
gstautodetect.c \
|
2008-10-27 08:54:30 +00:00
|
|
|
gstautovideosink.c \
|
|
|
|
gstautovideosrc.c
|
2008-08-22 16:04:02 +00:00
|
|
|
libgstautodetect_la_CFLAGS = $(GST_CFLAGS)
|
|
|
|
libgstautodetect_la_LIBADD = $(GST_LIBS)
|
2005-07-20 09:40:32 +00:00
|
|
|
libgstautodetect_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2008-11-04 12:28:34 +00:00
|
|
|
libgstautodetect_la_LIBTOOLFLAGS = --tag=disable-static
|
2005-07-20 09:40:32 +00:00
|
|
|
|
|
|
|
noinst_HEADERS = \
|
|
|
|
gstautoaudiosink.h \
|
2008-10-27 08:54:30 +00:00
|
|
|
gstautoaudiosrc.h \
|
2005-07-20 09:40:32 +00:00
|
|
|
gstautodetect.h \
|
2008-10-27 08:54:30 +00:00
|
|
|
gstautovideosink.h \
|
|
|
|
gstautovideosrc.h
|
2011-04-10 22:56:52 +00:00
|
|
|
|
|
|
|
Android.mk: Makefile.am $(BUILT_SOURCES)
|
|
|
|
androgenizer \
|
|
|
|
-:PROJECT libgstautodetect -:SHARED libgstautodetect \
|
|
|
|
-:TAGS eng debug \
|
|
|
|
-:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \
|
|
|
|
-:SOURCES $(libgstautodetect_la_SOURCES) \
|
|
|
|
-:CFLAGS $(DEFS) $(DEFAULT_INCLUDES) $(libgstautodetect_la_CFLAGS) \
|
|
|
|
-:LDFLAGS $(libgstautodetect_la_LDFLAGS) \
|
|
|
|
$(libgstautodetect_la_LIBADD) \
|
|
|
|
-ldl \
|
|
|
|
-:PASSTHROUGH LOCAL_ARM_MODE:=arm \
|
|
|
|
LOCAL_MODULE_PATH:='$$(TARGET_OUT)/lib/gstreamer-0.10' \
|
|
|
|
> $@
|