mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
40e6dccb43
Original commit message from CVS: merged back from build branch let's hope you all agree
22 lines
498 B
Makefile
22 lines
498 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 \
|
|
gstdparamcommon.h \
|
|
gstdplinearinterp.h
|
|
|
|
libgstcontrol_la_LIBADD = $(GST_LIBS)
|
|
libgstcontrol_la_CFLAGS = $(GST_CFLAGS) -finline-functions -ffast-math
|
|
|