2015-03-16 16:33:03 +00:00
|
|
|
plugin_LTLIBRARIES = libgstdtls.la
|
|
|
|
|
|
|
|
libgstdtls_la_SOURCES = \
|
|
|
|
plugin.c \
|
|
|
|
gstdtlsdec.c \
|
|
|
|
gstdtlsenc.c \
|
|
|
|
gstdtlssrtpdemux.c \
|
|
|
|
gstdtlssrtpbin.c \
|
|
|
|
gstdtlssrtpdec.c \
|
|
|
|
gstdtlssrtpenc.c \
|
|
|
|
gstdtlsagent.c \
|
|
|
|
gstdtlsconnection.c \
|
|
|
|
gstdtlscertificate.c
|
|
|
|
|
|
|
|
libgstdtls_la_CFLAGS = \
|
|
|
|
$(GST_PLUGINS_BASE_CFLAGS) \
|
|
|
|
$(GST_BASE_CFLAGS) \
|
|
|
|
$(GST_CFLAGS) \
|
|
|
|
$(DTLS_CFLAGS)
|
|
|
|
|
|
|
|
libgstdtls_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) $(DTLS_LIBS)
|
|
|
|
libgstdtls_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
libgstdtls_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
|
|
|
|
|
|
|
noinst_HEADERS = \
|
|
|
|
gstdtlsdec.h \
|
|
|
|
gstdtlsenc.h \
|
|
|
|
gstdtlssrtpdemux.h \
|
|
|
|
gstdtlssrtpbin.h \
|
|
|
|
gstdtlssrtpdec.h \
|
|
|
|
gstdtlssrtpenc.h \
|
|
|
|
gstdtlsagent.h \
|
|
|
|
gstdtlsconnection.h \
|
2015-03-16 16:53:11 +00:00
|
|
|
gstdtlscertificate.h
|
2015-03-16 16:33:03 +00:00
|
|
|
|