gstreamer/tests/benchmarks/Makefile.am
Wim Taymans f83809cf37 stress: add a clock stresstest
Add a stresstest for gst_clock_get_time().
2009-05-15 16:13:04 +02:00

11 lines
198 B
Makefile

noinst_PROGRAMS = \
caps \
complexity \
init \
mass-elements \
gstpollstress \
gstclockstress
LDADD = $(GST_OBJ_LIBS)
AM_CFLAGS = $(GST_OBJ_CFLAGS)