mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
10 lines
250 B
Makefile
10 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
|