summaryrefslogtreecommitdiff
path: root/libs/control/Makefile.am
blob: bb721257f1c6f0274808fe932a71755171eb0ae1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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