mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
4024d899a1
Original commit message from CVS: the beginnings of a libgstcontrol library
10 lines
304 B
Makefile
10 lines
304 B
Makefile
filterdir = $(libdir)/gst
|
|
|
|
filter_LTLIBRARIES = libgstcontrol.la
|
|
|
|
libgstcontrol_la_SOURCES = gstdplinearinterp.c
|
|
|
|
libgstcontrolincludedir = $(includedir)/gst/libs/control
|
|
libgstcontrolinclude_HEADERS = gstcontrol.h gstdplinearinterp.h
|
|
|
|
CFLAGS += -O2 $(FOMIT_FRAME_POINTER) -finline-functions -ffast-math
|