mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 19:09:41 +00:00
9 lines
183 B
Makefile
9 lines
183 B
Makefile
|
if HAVE_GTK
|
||
|
noinst_PROGRAMS = demo
|
||
|
endif
|
||
|
|
||
|
demo_SOURCES = demo.c
|
||
|
demo_CFLAGS = $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(GTK_CFLAGS)
|
||
|
demo_LDFLAGS = $(GST_BASE_LIBS) $(GST_LIBS) $(GTK_LIBS)
|
||
|
|