mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
7b61bb6f74
Original commit message from CVS: moving around
22 lines
459 B
Makefile
22 lines
459 B
Makefile
libdir = $(libdir)/gst
|
|
|
|
lib_LTLIBRARIES = libgstcontrol.la
|
|
|
|
libgstcontrol_la_SOURCES = \
|
|
control.c \
|
|
dparammanager.c \
|
|
dparam.c \
|
|
dplinearinterp.c
|
|
|
|
|
|
libgstcontrolincludedir = $(includedir)/gst/control
|
|
libgstcontrolinclude_HEADERS = \
|
|
control.h \
|
|
dparammanager.h \
|
|
dparam.h \
|
|
dparamcommon.h \
|
|
plinearinterp.h
|
|
|
|
libgstcontrol_la_LIBADD = $(GST_LIBS)
|
|
libgstcontrol_la_CFLAGS = $(GST_CFLAGS) -finline-functions -ffast-math
|
|
|