2006-11-10 18:51:10 +00:00
|
|
|
|
|
|
|
plugin_LTLIBRARIES = libgstmultifile.la
|
|
|
|
|
2011-07-28 19:19:56 +00:00
|
|
|
libgstmultifile_la_SOURCES = \
|
|
|
|
gstmultifilesink.c \
|
|
|
|
gstmultifilesrc.c \
|
|
|
|
gstmultifile.c \
|
2011-11-30 19:00:42 +00:00
|
|
|
gstsplitfilesrc.c \
|
2014-07-31 14:07:53 +00:00
|
|
|
gstsplitmuxsink.c \
|
|
|
|
gstsplitmuxpartreader.c \
|
|
|
|
gstsplitmuxsrc.c \
|
|
|
|
gstsplitutils.c \
|
2011-11-30 19:00:42 +00:00
|
|
|
patternspec.c
|
2011-12-01 12:23:33 +00:00
|
|
|
libgstmultifile_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(GIO_CFLAGS)
|
2012-04-04 12:33:23 +00:00
|
|
|
libgstmultifile_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstvideo-@GST_API_VERSION@ $(GST_BASE_LIBS) $(GST_LIBS) $(GIO_LIBS)
|
2006-11-10 18:51:10 +00:00
|
|
|
libgstmultifile_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2012-10-24 10:14:50 +00:00
|
|
|
libgstmultifile_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
2006-11-10 18:51:10 +00:00
|
|
|
|
2014-07-31 14:07:53 +00:00
|
|
|
noinst_HEADERS = gstmultifilesrc.h gstmultifilesink.h gstsplitfilesrc.h gstsplitmuxsink.h \
|
|
|
|
gstsplitmuxsrc.h gstsplitmuxpartreader.h gstsplitutils.h patternspec.h
|
2007-07-03 08:01:18 +00:00
|
|
|
|
2014-07-31 14:07:53 +00:00
|
|
|
noinst_PROGRAMS = test-splitmux-part-reader
|
|
|
|
|
|
|
|
test_splitmux_part_reader_SOURCES = \
|
|
|
|
test-splitmuxpartreader.c \
|
|
|
|
gstsplitmuxpartreader.c \
|
|
|
|
gstsplitmuxsrc.c \
|
|
|
|
gstsplitutils.c \
|
|
|
|
patternspec.c
|
|
|
|
test_splitmux_part_reader_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(GIO_CFLAGS)
|
|
|
|
test_splitmux_part_reader_LDADD = $(GST_PLUGINS_BASE_LIBS) -lgstvideo-@GST_API_VERSION@ $(GST_BASE_LIBS) $(GST_LIBS) $(GIO_LIBS)
|
|
|
|
test_splitmux_part_reader_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|