mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 21:01:14 +00:00
909da9fb04
Original commit message from CVS: Fix speed element and make it chain-based (fixes #156467), and make it handle more than one channel.
17 lines
380 B
Makefile
17 lines
380 B
Makefile
|
|
plugin_LTLIBRARIES = libgstspeed.la
|
|
|
|
libgstspeed_la_SOURCES = gstspeed.c
|
|
libgstspeed_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstspeed_la_LIBADD =
|
|
libgstspeed_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gstspeed.h
|
|
|
|
if HAVE_GTK
|
|
noinst_PROGRAMS = demo-mp3
|
|
endif
|
|
|
|
demo_mp3_SOURCES = demo-mp3.c
|
|
demo_mp3_CFLAGS = $(GTK_CFLAGS) $(GST_CFLAGS)
|
|
demo_mp3_LDFLAGS = $(GST_LIBS) $(GTK_LIBS)
|