mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
67fcf37209
Original commit message from CVS: remove bufspeed and spidey_bench
18 lines
369 B
Makefile
18 lines
369 B
Makefile
|
|
SUBDIRS = instantiate memchunk muxing sched threadstate seeking
|
|
|
|
if GST_DISABLE_TRACE
|
|
LAT =
|
|
else
|
|
LAT = lat
|
|
|
|
endif
|
|
|
|
noinst_PROGRAMS = $(LAT) mass_elements complexity
|
|
|
|
AM_CFLAGS = $(GST_OBJ_CFLAGS)
|
|
LIBS = $(GST_OBJ_LIBS) \
|
|
$(top_builddir)/gst/base/libgstbase-@GST_MAJORMINOR@.la
|
|
|
|
EXTRA_DIST = README
|
|
DIST_SUBDIRS= instantiate memchunk muxing sched threadstate seeking
|