mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
07e5bc672f
Original commit message from CVS: Remove all locally-defined optimization flags
10 lines
220 B
Makefile
10 lines
220 B
Makefile
|
|
plugin_LTLIBRARIES = libgstmedian.la
|
|
|
|
libgstmedian_la_SOURCES = gstmedian.c
|
|
|
|
libgstmedian_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstmedian_la_LIBADD =
|
|
libgstmedian_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gstmedian.h
|