mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
a088480d9b
Original commit message from CVS: * gst/multifile/Makefile.am: * gst/multifile/gstmultifilesink.c: * gst/multifile/gstmultifilesrc.c: * tests/check/Makefile.am: * tests/check/elements/multifile.c: Improve documentation, write some tests for multifilesrc/sink for upcoming ->good review.
10 lines
348 B
Makefile
10 lines
348 B
Makefile
|
|
plugin_LTLIBRARIES = libgstmultifile.la
|
|
|
|
libgstmultifile_la_SOURCES = gstmultifilesink.c gstmultifilesrc.c gstmultifile.c
|
|
libgstmultifile_la_CFLAGS = $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
|
libgstmultifile_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS)
|
|
libgstmultifile_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gstmultifilesrc.h gstmultifilesink.h
|
|
|