gst/equalizer/: Add 3 and 10 band version and add missing gst_object_sync_values.
[platform/upstream/gstreamer.git] / gst / equalizer / Makefile.am
1 plugin_LTLIBRARIES = libgstequalizer.la
2
3 libgstequalizer_la_SOURCES = \
4         gstiirequalizer.c gstiirequalizer.h \
5         gstiirequalizernbands.c gstiirequalizernbands.h \
6         gstiirequalizer3bands.c gstiirequalizer3bands.h \
7         gstiirequalizer10bands.c gstiirequalizer10bands.h
8
9 libgstequalizer_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CONTROLLER_CFLAGS)
10 libgstequalizer_la_LIBADD = $(GST_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_MAJORMINOR) $(GST_BASE_LIBS) $(GST_CONTROLLER_LIBS) $(LIBM)
11 libgstequalizer_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
12
13 noinst_HEADERS = gstiirequalizer.h