mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-05-20 23:28:57 +00:00
10 lines
304 B
Makefile
10 lines
304 B
Makefile
filterdir = $(libdir)/gst
|
|
|
|
filter_LTLIBRARIES = libgstcontrol.la
|
|
|
|
libgstcontrol_la_SOURCES = gstdplinearinterp.c
|
|
|
|
libgstcontrolincludedir = $(includedir)/gst/libs/control
|
|
libgstcontrolinclude_HEADERS = gstcontrol.h gstdplinearinterp.h
|
|
|
|
CFLAGS += -O2 $(FOMIT_FRAME_POINTER) -finline-functions -ffast-math
|