mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
7 lines
188 B
Makefile
7 lines
188 B
Makefile
|
noinst_PROGRAMS = streamiddemux-stream
|
||
|
|
||
|
streamiddemux_stream_SOURCES = streamiddemux-stream.c
|
||
|
streamiddemux_stream_LDADD = $(GST_OBJ_LIBS)
|
||
|
streamiddemux_stream_CFLAGS = $(GST_OBJ_CFLAGS)
|
||
|
|