mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +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)
|