mp4 robust muxing: improve documentation and logging
[platform/upstream/gst-plugins-good.git] / gst / multifile / Makefile.am
1
2 plugin_LTLIBRARIES = libgstmultifile.la
3
4 libgstmultifile_la_SOURCES = \
5         gstmultifilesink.c   \
6         gstmultifilesrc.c    \
7         gstmultifile.c       \
8         gstsplitfilesrc.c    \
9         gstsplitmuxsink.c    \
10         gstsplitmuxpartreader.c \
11         gstsplitmuxsrc.c \
12         gstsplitutils.c    \
13         patternspec.c
14 libgstmultifile_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(GIO_CFLAGS)
15 libgstmultifile_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstvideo-@GST_API_VERSION@ $(GST_BASE_LIBS) $(GST_LIBS) $(GIO_LIBS)
16 libgstmultifile_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
17
18 noinst_HEADERS = gstmultifilesrc.h gstmultifilesink.h gstsplitfilesrc.h gstsplitmuxsink.h \
19         gstsplitmuxsrc.h gstsplitmuxpartreader.h gstsplitutils.h patternspec.h
20
21 noinst_PROGRAMS = test-splitmux-part-reader
22
23 test_splitmux_part_reader_SOURCES = \
24         test-splitmuxpartreader.c \
25         gstsplitmuxpartreader.c \
26         gstsplitmuxsrc.c \
27         gstsplitutils.c \
28         patternspec.c
29 test_splitmux_part_reader_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(GIO_CFLAGS)
30 test_splitmux_part_reader_LDADD = $(GST_PLUGINS_BASE_LIBS) -lgstvideo-@GST_API_VERSION@ $(GST_BASE_LIBS) $(GST_LIBS) $(GIO_LIBS)
31 test_splitmux_part_reader_LDFLAGS = $(GST_PLUGIN_LDFLAGS)