mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-29 21:21:12 +00:00
b3b597a1e4
Original commit message from CVS: Thomas is slowly getting a clue
21 lines
545 B
Makefile
21 lines
545 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 = -lm
|
|
libgstcontrol_la_CFLAGS = -O2 $(FOMIT_FRAME_POINTER) -finline-functions -ffast-math $(GLIB_CFLAGS) $(XML_CFLAGS) $(GST_CFLAGS)
|