• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1plugin_LTLIBRARIES = libgstencoding.la
2
3libgstencoding_la_SOURCES = 	\
4	gstencodebin.c		\
5	gstsmartencoder.c	\
6	gststreamcombiner.c	\
7	gststreamsplitter.c
8
9libgstencoding_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
10libgstencoding_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
11libgstencoding_la_LIBADD = \
12	$(top_builddir)/gst-libs/gst/pbutils/libgstpbutils-@GST_API_VERSION@.la \
13	$(GST_LIBS)
14
15noinst_HEADERS = 		\
16	gstencodebin.h		\
17	gststreamcombiner.h	\
18	gststreamsplitter.h	\
19	gstsmartencoder.h	\
20	gststreamcombinerpad.h
21
22include $(top_srcdir)/common/gst-glib-gen.mak
23