mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 05:28:48 +00:00
684fe6b617
Original commit message from CVS: testspeed -> demo-mp3
16 lines
346 B
Makefile
16 lines
346 B
Makefile
filterdir = $(libdir)/gst
|
|
|
|
filter_LTLIBRARIES = libgstspeed.la
|
|
|
|
libgstspeed_la_SOURCES = gstspeed.c
|
|
libgstspeed_la_CFLAGS = $(GST_CFLAGS)
|
|
|
|
noinst_HEADERS = gstspeed.h filter.func
|
|
|
|
if HAVE_GTK
|
|
noinst_PROGRAMS = demo-mp3
|
|
endif
|
|
|
|
demo_mp3_SOURCES = demo-mp3.c
|
|
demo_mp3_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS)
|
|
demo_mp3_LDFLAGS = $(GST_LIBS) $(GTK_LIBS)
|