2001-12-22 23:26:33 +00:00
|
|
|
|
2002-01-12 03:34:27 +00:00
|
|
|
plugin_LTLIBRARIES = libgstplayondemand.la
|
2001-12-22 23:26:33 +00:00
|
|
|
|
|
|
|
libgstplayondemand_la_SOURCES = gstplayondemand.c
|
|
|
|
libgstplayondemand_la_CFLAGS = $(GST_CFLAGS)
|
2002-03-19 04:10:06 +00:00
|
|
|
libgstplayondemand_la_LIBADD =
|
2002-03-19 01:39:43 +00:00
|
|
|
libgstplayondemand_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2001-12-22 23:26:33 +00:00
|
|
|
|
|
|
|
noinst_HEADERS = gstplayondemand.h filter.func
|
|
|
|
|
2002-01-04 21:39:32 +00:00
|
|
|
if HAVE_GTK
|
2002-03-30 17:06:26 +00:00
|
|
|
noinst_PROGRAMS = demo_mp3
|
2002-01-04 21:39:32 +00:00
|
|
|
endif
|
|
|
|
|
2002-10-17 20:05:58 +00:00
|
|
|
demo_mp3_SOURCES = demo-mp3.c gstplayondemand.h
|
2002-02-02 14:24:35 +00:00
|
|
|
## putting GTK_CFLAGS first fixes a weird compilation error with GTK and XML
|
|
|
|
demo_mp3_CFLAGS = $(GTK_CFLAGS) $(GST_CFLAGS)
|
2003-12-22 01:47:09 +00:00
|
|
|
demo_mp3_LDFLAGS = $(GST_LIBS) $(GTK_LIBS)
|
2002-11-02 05:38:31 +00:00
|
|
|
demo_mp3_DEPENDENCIES = libgstplayondemand.la
|