2007-08-20 18:48:52 +00:00
|
|
|
plugin_LTLIBRARIES = libgstdtmf.la
|
2007-02-14 13:13:52 +00:00
|
|
|
|
2007-08-20 18:48:52 +00:00
|
|
|
libgstdtmf_la_SOURCES = gstdtmfsrc.c \
|
2009-11-05 03:19:58 +00:00
|
|
|
gstdtmfdetect.c \
|
2007-08-20 18:48:52 +00:00
|
|
|
gstrtpdtmfsrc.c \
|
2008-03-20 01:13:01 +00:00
|
|
|
gstrtpdtmfdepay.c \
|
2009-11-05 03:19:58 +00:00
|
|
|
tone_detect.c \
|
2007-08-20 18:48:52 +00:00
|
|
|
gstdtmf.c
|
2007-02-14 13:13:52 +00:00
|
|
|
|
2007-08-20 18:48:52 +00:00
|
|
|
noinst_HEADERS = gstdtmfsrc.h \
|
2009-11-05 03:19:58 +00:00
|
|
|
gstdtmfdetect.h \
|
2008-03-20 01:13:01 +00:00
|
|
|
gstrtpdtmfsrc.h \
|
|
|
|
gstrtpdtmfdepay.h \
|
2011-04-14 01:58:36 +00:00
|
|
|
gstdtmfcommon.h \
|
2009-11-05 03:19:58 +00:00
|
|
|
tone_detect.h
|
2007-08-20 18:48:52 +00:00
|
|
|
|
2009-11-22 19:30:58 +00:00
|
|
|
libgstdtmf_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) \
|
|
|
|
-DEXTERN_BUF -DRTP_SUPPORT
|
2012-04-04 12:41:22 +00:00
|
|
|
libgstdtmf_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstrtp-@GST_API_VERSION@ \
|
2009-11-22 19:30:58 +00:00
|
|
|
$(GST_BASE_LIBS) $(GST_LIBS) $(LIBM)
|
|
|
|
libgstdtmf_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2009-03-09 21:43:55 +00:00
|
|
|
libgstdtmf_la_LIBTOOLFLAGS = --tag=disable-static
|
2007-02-14 13:13:52 +00:00
|
|
|
|
2011-04-11 04:36:35 +00:00
|
|
|
Android.mk: Makefile.am $(BUILT_SOURCES)
|
|
|
|
androgenizer \
|
|
|
|
-:PROJECT libgstdtmf -:SHARED libgstdtmf \
|
|
|
|
-:TAGS eng debug \
|
|
|
|
-:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \
|
|
|
|
-:SOURCES $(libgstdtmf_la_SOURCES) \
|
|
|
|
-:CFLAGS $(DEFS) $(DEFAULT_INCLUDES) $(libgstdtmf_la_CFLAGS) \
|
|
|
|
-:LDFLAGS $(libgstdtmf_la_LDFLAGS) \
|
|
|
|
$(libgstdtmf_la_LIBADD) \
|
|
|
|
-ldl \
|
|
|
|
-:PASSTHROUGH LOCAL_ARM_MODE:=arm \
|
|
|
|
LOCAL_MODULE_PATH:='$$(TARGET_OUT)/lib/gstreamer-0.10' \
|
|
|
|
> $@
|