mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
f2092fc757
Original commit message from CVS: * configure.ac: * gst/volume/Makefile.am: * gst/volume/demo.c: move old example to tests/examples/volume/volune.c * tests/examples/Makefile.am: * tests/examples/seek/seek.c: (main): change window-close event from "delete-event" to "destroy" * tests/examples/volume/Makefile.am: * tests/examples/volume/volume.c: (value_changed_callback), (setup_gui), (message_received), (eos_message_received), (main): fix event handling and bus usage
6 lines
172 B
Makefile
6 lines
172 B
Makefile
if HAVE_GTK
|
|
noinst_PROGRAMS = volume
|
|
volume_SOURCES = volume.c
|
|
volume_CFLAGS = $(GTK_CFLAGS) $(GST_CFLAGS) -D_GNU_SOURCE
|
|
volume_LDFLAGS = $(GTK_LIBS) $(GST_LIBS) -lm
|
|
endif
|