2017-03-04 15:08:04 +00:00
|
|
|
plugin_LTLIBRARIES = libgstencoding.la
|
2010-08-13 15:36:38 +00:00
|
|
|
|
2017-03-04 15:08:04 +00:00
|
|
|
libgstencoding_la_SOURCES = \
|
2010-08-13 15:36:38 +00:00
|
|
|
gstencodebin.c \
|
|
|
|
gstsmartencoder.c \
|
|
|
|
gststreamcombiner.c \
|
|
|
|
gststreamsplitter.c
|
|
|
|
|
2017-03-04 15:08:04 +00:00
|
|
|
libgstencoding_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
|
|
|
libgstencoding_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
libgstencoding_la_LIBADD = \
|
2012-04-04 12:20:13 +00:00
|
|
|
$(top_builddir)/gst-libs/gst/pbutils/libgstpbutils-@GST_API_VERSION@.la \
|
2010-08-13 15:36:38 +00:00
|
|
|
$(GST_LIBS)
|
|
|
|
|
|
|
|
noinst_HEADERS = \
|
|
|
|
gstencodebin.h \
|
|
|
|
gststreamcombiner.h \
|
|
|
|
gststreamsplitter.h \
|
2013-07-21 22:48:54 +00:00
|
|
|
gstsmartencoder.h \
|
|
|
|
gststreamcombinerpad.h
|
2010-08-13 15:36:38 +00:00
|
|
|
|
|
|
|
include $(top_srcdir)/common/gst-glib-gen.mak
|