mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-01 06:01:04 +00:00
c48a4e1734
20070214131352-65035-3c14a1047c3cd6696f3a716a62b21d3f4b9da62b.gz
9 lines
387 B
Makefile
9 lines
387 B
Makefile
plugin_LTLIBRARIES = libgstrtpdtmf.la
|
|
|
|
libgstrtpdtmf_la_SOURCES = gstrtpdtmfsrc.c
|
|
|
|
libgstrtpdtmf_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(ERROR_CFLAGS) -DEXTERN_BUF -DRTP_SUPPORT
|
|
libgstrtpdtmf_la_LIBADD = $(GST_LIBS_LIBS)
|
|
libgstrtpdtmf_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstrtp-@GST_MAJORMINOR@
|
|
|
|
noinst_HEADERS = gstrtpdtmfsrc.h
|