2007-08-20 18:48:52 +00:00
|
|
|
plugin_LTLIBRARIES = libgstdtmf.la
|
2007-08-20 18:48:00 +00:00
|
|
|
|
2007-08-20 18:48:52 +00:00
|
|
|
libgstdtmf_la_SOURCES = gstdtmfsrc.c \
|
|
|
|
gstrtpdtmfsrc.c \
|
2008-03-20 01:13:01 +00:00
|
|
|
gstrtpdtmfdepay.c \
|
2007-08-20 18:48:52 +00:00
|
|
|
gstdtmf.c
|
2007-08-20 18:48:00 +00:00
|
|
|
|
2007-08-20 18:48:52 +00:00
|
|
|
noinst_HEADERS = gstdtmfsrc.h \
|
2008-03-20 01:13:01 +00:00
|
|
|
gstrtpdtmfsrc.h \
|
|
|
|
gstrtpdtmfdepay.h \
|
2013-01-10 00:59:16 +00:00
|
|
|
gstdtmfcommon.h
|
2007-08-20 18:48:52 +00:00
|
|
|
|
2013-01-10 00:59:16 +00:00
|
|
|
libgstdtmf_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
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)
|
2012-10-24 10:14:50 +00:00
|
|
|
libgstdtmf_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
2007-08-20 18:48:00 +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' \
|
2013-01-10 00:59:16 +00:00
|
|
|
> $@
|