mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
0fbc246d23
Original commit message from CVS: * configure.ac: * gst/multifilesink/Makefile.am: * gst/multifilesink/gstmultifilesink.c: * gst/multifilesink/gstmultifilesink.h: I copied over filesink a while ago and modified it to work as multifilesink. Might as well check it in. This could use some work before being declared useful.
10 lines
298 B
Makefile
10 lines
298 B
Makefile
|
|
plugin_LTLIBRARIES = libgstmultifilesink.la
|
|
|
|
libgstmultifilesink_la_SOURCES = gstmultifilesink.c
|
|
libgstmultifilesink_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstmultifilesink_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS)
|
|
libgstmultifilesink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gstmultifilesink.h
|
|
|