2017-07-31 05:38:34 +00:00
|
|
|
plugin_LTLIBRARIES = libgstsrt.la
|
|
|
|
|
|
|
|
libgstsrt_la_SOURCES = \
|
2019-01-14 13:29:07 +00:00
|
|
|
gstsrt.c \
|
2018-11-07 05:47:44 +00:00
|
|
|
gstsrtobject.c \
|
|
|
|
gstsrtsink.c \
|
|
|
|
gstsrtsrc.c \
|
2017-07-31 05:38:34 +00:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
libgstsrt_la_CFLAGS = \
|
|
|
|
$(GST_PLUGINS_BASE_CFLAGS) \
|
|
|
|
$(GST_CFLAGS) \
|
|
|
|
$(GIO_CFLAGS) \
|
|
|
|
$(SRT_CFLAGS) \
|
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
libgstsrt_la_LIBADD = \
|
|
|
|
$(GST_PLUGINS_BASE_LIBS) \
|
|
|
|
$(GST_LIBS) \
|
|
|
|
$(GIO_LIBS) \
|
|
|
|
-lgstbase-1.0 \
|
|
|
|
$(SRT_LIBS) \
|
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
libgstsrt_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
|
2019-01-14 13:29:07 +00:00
|
|
|
glib_enum_headers=gstsrt-enums.h
|
|
|
|
glib_enum_define=GST_SRT
|
|
|
|
glib_gen_prefix=gst_srt
|
|
|
|
glib_gen_basename=gstsrt
|
|
|
|
|
|
|
|
BUILT_SOURCES = gstsrt-enumtypes.c gstsrt-enumtypes.h
|
|
|
|
nodist_libgstsrt_la_SOURCES = $(BUILT_SOURCES)
|
|
|
|
|
2017-07-31 05:38:34 +00:00
|
|
|
CLEANFILES = $(BUILT_SOURCES)
|
|
|
|
|
|
|
|
noinst_HEADERS = \
|
2019-01-16 13:48:28 +00:00
|
|
|
gstsrt-enums.h \
|
2018-11-07 05:47:44 +00:00
|
|
|
gstsrtobject.h \
|
|
|
|
gstsrtsink.h \
|
|
|
|
gstsrtsrc.h \
|
2018-03-14 10:42:42 +00:00
|
|
|
$(NULL)
|
2017-07-31 05:38:34 +00:00
|
|
|
|
|
|
|
include $(top_srcdir)/common/gst-glib-gen.mak
|