mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
185612aae3
Original commit message from CVS: Initial revision
9 lines
250 B
Makefile
9 lines
250 B
Makefile
filterdir = $(libdir)/gst
|
|
|
|
filter_LTLIBRARIES = libgstmedian.la
|
|
|
|
libgstmedian_la_SOURCES = gstmedian.c
|
|
|
|
libgstmedian_la_CFLAGS = -O3 $(FOMIT_FRAME_POINTER) -funroll-all-loops -finline-functions -ffast-math $(GST_CFLAGS)
|
|
|
|
noinst_HEADERS = gstmedian.h
|