[MOVED FROM GST-P-FARSIGHT] Do wierd casting of the volume to make MSVC happy
[platform/upstream/gstreamer.git] / gst / dtmf / Makefile.am
1 plugin_LTLIBRARIES = libgstdtmf.la
2
3 libgstdtmf_la_SOURCES = gstdtmfsrc.c \
4                         gstrtpdtmfsrc.c \
5                         gstrtpdtmfdepay.c \
6                         gstdtmf.c
7
8 noinst_HEADERS = gstdtmfsrc.h \
9                  gstrtpdtmfsrc.h \
10                  gstrtpdtmfdepay.h \
11                  gstrtpdtmfcommon.h
12
13 libgstdtmf_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(ERROR_CFLAGS) -DEXTERN_BUF -DRTP_SUPPORT
14 libgstdtmf_la_LIBADD = $(GST_LIBS_LIBS) -lm
15 libgstdtmf_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstrtp-@GST_MAJORMINOR@
16