mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-31 20:48:56 +00:00
the beginnings of a libgstcontrol library
Original commit message from CVS: the beginnings of a libgstcontrol library
This commit is contained in:
parent
557b4281ce
commit
4024d899a1
2 changed files with 12 additions and 0 deletions
10
libs/control/Makefile.am
Normal file
10
libs/control/Makefile.am
Normal file
|
@ -0,0 +1,10 @@
|
|||
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
|
2
libs/control/gstcontrol.h
Normal file
2
libs/control/gstcontrol.h
Normal file
|
@ -0,0 +1,2 @@
|
|||
|
||||
#include <libs/control/gstdplinearinterp.h>
|
Loading…
Reference in a new issue