mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
bb40a18413
Big suprise - GstStructure is faster than GVariant.
19 lines
479 B
Makefile
19 lines
479 B
Makefile
noinst_PROGRAMS = \
|
|
caps \
|
|
capsnego \
|
|
complexity \
|
|
controller \
|
|
init \
|
|
mass-elements \
|
|
gstpollstress \
|
|
gstpoolstress \
|
|
gstclockstress \
|
|
gstbufferstress \
|
|
tracerserialize
|
|
|
|
LDADD = $(GST_OBJ_LIBS)
|
|
AM_CFLAGS = $(GST_OBJ_CFLAGS)
|
|
|
|
controller_CFLAGS = $(GST_OBJ_CFLAGS) -I$(top_builddir)/libs
|
|
controller_LDADD = $(top_builddir)/libs/gst/controller/libgstcontroller-@GST_API_VERSION@.la $(LDADD)
|
|
|