mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 15:48:23 +00:00
1058e3cf90
Original commit message from CVS: Added automatic growing of the memchunk. Added cleanup.
7 lines
207 B
Makefile
7 lines
207 B
Makefile
noinst_PROGRAMS = gmemchunktest gstmemchunktest
|
|
|
|
gmemchunktest_SOURCES = gmemchunktest.c
|
|
gstmemchunktest_SOURCES = gstmemchunktest.c gstmemchunk.c gstmemchunk.h
|
|
|
|
LIBS += $(GST_LIBS)
|
|
CFLAGS += $(GST_CFLAGS)
|