mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
dbb97e0055
Original commit message from CVS: dparams lives here
21 lines
463 B
Makefile
21 lines
463 B
Makefile
filterdir = $(libdir)/gst
|
|
|
|
filter_LTLIBRARIES = libgstcontrol.la
|
|
|
|
libgstcontrol_la_SOURCES = \
|
|
gstcontrol.c \
|
|
gstdparammanager.c \
|
|
gstdparam.c \
|
|
gstdplinearinterp.c
|
|
|
|
|
|
libgstcontrolincludedir = $(includedir)/gst/libs/control
|
|
libgstcontrolinclude_HEADERS = \
|
|
gstcontrol.h \
|
|
gstdparammanager.h \
|
|
gstdparam.h \
|
|
gstdplinearinterp.h
|
|
|
|
libgstcontrol_la_LIBADD = -lm
|
|
|
|
CFLAGS += -O2 $(FOMIT_FRAME_POINTER) -finline-functions -ffast-math
|