mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-29 05:01:23 +00:00
c32ed239dd
Original commit message from CVS: 2005-03-01 Andy Wingo <wingo@pobox.com> * tests/Makefile.am, tests/complexity.c: * tests/complexity.gnuplot, tests/bench-complexity.scm: Merge in complexity tests from HEAD.
17 lines
343 B
Makefile
17 lines
343 B
Makefile
|
|
SUBDIRS = instantiate memchunk muxing sched threadstate seeking # bufspeed
|
|
|
|
if GST_DISABLE_TRACE
|
|
LAT =
|
|
else
|
|
LAT = lat
|
|
|
|
endif
|
|
|
|
noinst_PROGRAMS = $(LAT) spidey_bench mass_elements complexity
|
|
|
|
AM_CFLAGS = $(GST_OBJ_CFLAGS)
|
|
LIBS = $(GST_OBJ_LIBS)
|
|
|
|
EXTRA_DIST = README
|
|
DIST_SUBDIRS= bufspeed instantiate memchunk muxing sched threadstate seeking
|