gstreamer/tests/examples/audiofx/Makefile.am
Tim-Philipp Müller 0f3b7b010e build: ignore GValueArray deprecation warnings for the time being
until this gets sorted out with the GLib folks and we have a
viable alternative.

https://bugzilla.gnome.org/show_bug.cgi?id=667228
2012-02-01 16:40:51 +00:00

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)