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