mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
7 lines
127 B
Makefile
7 lines
127 B
Makefile
|
noinst_PROGRAMS = test1 test2
|
||
|
|
||
|
test1_SOURCES = test1.c gstbuffer.c gstmempool.c
|
||
|
|
||
|
#LIBS += $(GST_LIBS)
|
||
|
CFLAGS += $(GST_CFLAGS)
|