mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 19:31:12 +00:00
0f3b7b010e
until this gets sorted out with the GLib folks and we have a viable alternative. https://bugzilla.gnome.org/show_bug.cgi?id=667228
10 lines
394 B
Makefile
10 lines
394 B
Makefile
noinst_PROGRAMS = firfilter-example iirfilter-example
|
|
|
|
# FIXME 0.11: ignore GValueArray warnings for now until this is sorted
|
|
ERROR_CFLAGS=
|
|
|
|
firfilter_example_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
|
|
firfilter_example_LDADD = $(GST_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstfft-@GST_MAJORMINOR@ $(LIBM)
|
|
|
|
iirfilter_example_CFLAGS = $(GST_CFLAGS)
|
|
iirfilter_example_LDADD = $(GST_LIBS) $(LIBM)
|