mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
8 lines
123 B
Makefile
8 lines
123 B
Makefile
|
|
||
|
noinst_PROGRAMS = switcher
|
||
|
|
||
|
switcher_SOURCES = switcher.c
|
||
|
switcher_CFLAGS = $(GST_CFLAGS)
|
||
|
switcher_LDFLAGS = $(GST_LIBS)
|
||
|
|