mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-17 22:06:41 +00:00
6 lines
140 B
Makefile
6 lines
140 B
Makefile
|
noinst_PROGRAMS = addstream
|
||
|
|
||
|
addstream_SOURCES = addstream.c
|
||
|
addstream_CFLAGS = $(GST_CFLAGS) -D_GNU_SOURCE
|
||
|
addstream_LDFLAGS = $(GST_LIBS)
|