v4l2videoenc: fix wrong type cast
[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_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) \
10         $(GST_CFLAGS)
11 libgstequalizer_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
12         -lgstaudio-$(GST_API_VERSION) $(GST_BASE_LIBS) \
13         $(GST_LIBS) $(LIBM)
14 libgstequalizer_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
15
16 noinst_HEADERS = gstiirequalizer.h
17
18 presetdir = $(datadir)/gstreamer-$(GST_API_VERSION)/presets
19 preset_DATA = GstIirEqualizer3Bands.prs GstIirEqualizer10Bands.prs
20
21 EXTRA_DIST = $(preset_DATA)