mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 19:09:41 +00:00
8e9338661b
Original commit message from CVS: testpod -> demo-mp3
17 lines
382 B
Makefile
17 lines
382 B
Makefile
filterdir = $(libdir)/gst
|
|
|
|
filter_LTLIBRARIES = libgstplayondemand.la
|
|
|
|
libgstplayondemand_la_SOURCES = gstplayondemand.c
|
|
libgstplayondemand_la_CFLAGS = $(GST_CFLAGS)
|
|
|
|
noinst_HEADERS = gstplayondemand.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)
|
|
|