mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-29 18:48:44 +00:00
260e2e7427
until this gets sorted out with the GLib folks and we have a viable alternative. https://bugzilla.gnome.org/show_bug.cgi?id=667228
11 lines
417 B
Makefile
11 lines
417 B
Makefile
noinst_PROGRAMS = scaletempo-demo
|
|
|
|
# FIXME 0.11: ignore GValueArray warnings for now until this is sorted
|
|
ERROR_CFLAGS=
|
|
|
|
scaletempo_demo_SOURCES = demo-main.c demo-player.c demo-gui.c
|
|
scaletempo_demo_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GTK_CFLAGS)
|
|
scaletempo_demo_LDFLAGS = $(GST_LIBS) $(GST_PLUGINS_BASE_LIBS) $(GTK_LIBS) -lgstinterfaces-@GST_MAJORMINOR@
|
|
|
|
noinst_HEADERS = demo-player.h demo-gui.h
|
|
|