mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
1c7d5ad0d8
Original commit message from CVS: Updated autogen.sh/configure.ac and various Makefiles to make the configure script set up all gcc specific compiler arguments, rather than hardcoding them in the Makefile.am files
12 lines
350 B
Makefile
12 lines
350 B
Makefile
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
|
|
|
plugin_LTLIBRARIES = libgstmonoscope.la
|
|
|
|
libgstmonoscope_la_SOURCES = gstmonoscope.c monoscope.c convolve.c
|
|
|
|
noinst_HEADERS = monoscope.h convolve.h
|
|
|
|
libgstmonoscope_la_CFLAGS = -O2 $(GST_FFASTMATH_CFLAGS) $(GST_CFLAGS)
|
|
libgstmonoscope_la_LIBADD =
|
|
libgstmonoscope_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|