mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
444336ab90
Original commit message from CVS: Changed to the new props API Other small tuff.
18 lines
418 B
Makefile
18 lines
418 B
Makefile
plugindir = $(libdir)/gst
|
|
|
|
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 filter.func
|
|
|
|
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)
|