summaryrefslogtreecommitdiffstats
path: root/gst/median/Makefile.am
blob: 9b0c8b9c4d688f53ea7351f37319f1646294ee15 (plain)
1
2
3
4
5
6
7
8
9
10
11
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@

plugin_LTLIBRARIES = libgstmedian.la

libgstmedian_la_SOURCES = gstmedian.c

libgstmedian_la_CFLAGS = -O3 $(FOMIT_FRAME_POINTER) -funroll-all-loops -finline-functions -ffast-math $(GST_CFLAGS)
libgstmedian_la_LIBADD =
libgstmedian_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)

noinst_HEADERS = gstmedian.h