mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
ff816a1475
Original commit message from CVS: *** empty log message ***
12 lines
326 B
Makefile
12 lines
326 B
Makefile
plugindir = $(libdir)/gst
|
|
|
|
plugin_LTLIBRARIES = libgstmonoscope.la
|
|
|
|
libgstmonoscope_la_SOURCES = gstmonoscope.c monoscope.c convolve.c
|
|
|
|
noinst_HEADERS = monoscope.h convolve.h
|
|
|
|
libgstmonoscope_la_CFLAGS = -O2 -ffast-math $(GST_CFLAGS)
|
|
libgstmonoscope_la_LIBADD = $(GST_LIBS)
|
|
libgstmonoscope_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
|
|