mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 07:38:16 +00:00
8 lines
207 B
Makefile
8 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)
|