2013-03-12 23:47:51 +00:00
|
|
|
plugin_LTLIBRARIES = libgstsrtp.la
|
|
|
|
|
|
|
|
libgstsrtp_la_SOURCES = \
|
|
|
|
gstsrtp.c \
|
|
|
|
gstsrtp.h \
|
|
|
|
gstsrtpdec.c \
|
|
|
|
gstsrtpdec.h \
|
|
|
|
gstsrtpenc.c \
|
2013-06-23 07:05:29 +00:00
|
|
|
gstsrtpenc.h
|
2013-03-12 23:47:51 +00:00
|
|
|
|
|
|
|
libgstsrtp_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(SRTP_CFLAGS)
|
|
|
|
libgstsrtp_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
|
|
|
|
-lgstrtp-@GST_API_VERSION@ \
|
|
|
|
$(GST_LIBS) \
|
|
|
|
$(SRTP_LIBS)
|
|
|
|
libgstsrtp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2012-10-24 10:16:39 +00:00
|
|
|
libgstsrtp_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
2013-03-12 23:47:51 +00:00
|
|
|
|
2013-06-29 00:32:36 +00:00
|
|
|
glib_enum_headers=gstsrtp.h
|
2013-03-12 23:47:51 +00:00
|
|
|
glib_enum_define=GST_SRTP
|
|
|
|
glib_gen_prefix=gst_srtp
|
|
|
|
glib_gen_basename=gstsrtp
|
|
|
|
|
|
|
|
BUILT_SOURCES = gstsrtp-enumtypes.c gstsrtp-enumtypes.h
|
2013-06-23 07:05:29 +00:00
|
|
|
nodist_libgstsrtp_la_SOURCES = $(BUILT_SOURCES)
|
|
|
|
|
2013-03-12 23:47:51 +00:00
|
|
|
CLEANFILES = $(BUILT_SOURCES)
|
|
|
|
|
|
|
|
include $(top_srcdir)/common/gst-glib-gen.mak
|