mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 21:35:44 +00:00
c656b5eab6
Original commit message from CVS: * s/filter/plugin/ * link plugins to GST_LIBS * rearrange rules to a common format
10 lines
287 B
Makefile
10 lines
287 B
Makefile
plugindir = $(libdir)/gst
|
|
|
|
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 = $(GST_LIBS)
|
|
|
|
noinst_HEADERS = gstmedian.h
|