mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 19:31:12 +00:00
128a2458de
Original commit message from CVS: * configure.ac: * gst/synaesthesia/Makefile.am: * gst/synaesthesia/gstsynaesthesia.c: (gst_synaesthesia_init), (gst_synaesthesia_sink_setcaps), (gst_synaesthesia_src_getcaps), (gst_synaesthesia_src_setcaps), (gst_synaesthesia_chain), (gst_synaesthesia_change_state), (plugin_init): Port synaesthesia.
11 lines
308 B
Makefile
11 lines
308 B
Makefile
plugin_LTLIBRARIES = libgstsynaesthesia.la
|
|
|
|
libgstsynaesthesia_la_SOURCES = gstsynaesthesia.c synaescope.c
|
|
|
|
noinst_HEADERS = synaescope.h
|
|
|
|
libgstsynaesthesia_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstsynaesthesia_la_LIBADD = $(GST_BASE_LIBS)
|
|
libgstsynaesthesia_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
EXTRA_DIST = README
|