gstreamer/test/bufspeed/Makefile.am
Wim Taymans 022e91685e Added a little testbed for measuring buffer alloc/free, with some optimised gstmempool code (measured at a 10+ speed ...
Original commit message from CVS:
Added a little testbed for measuring buffer alloc/free, with some
optimised gstmempool code (measured at a 10+ speed improvement)
2001-10-16 21:52:13 +00:00

7 lines
127 B
Makefile

noinst_PROGRAMS = test1 test2
test1_SOURCES = test1.c gstbuffer.c gstmempool.c
#LIBS += $(GST_LIBS)
CFLAGS += $(GST_CFLAGS)