Update docs
[platform/upstream/gst-plugins-good.git] / ext / speex / Makefile.am
1 plugin_LTLIBRARIES = libgstspeex.la
2
3 libgstspeex_la_SOURCES = gstspeex.c gstspeexdec.c gstspeexenc.c
4 libgstspeex_la_CFLAGS = -DGST_USE_UNSTABLE_API \
5         $(GST_PLUGINS_BASE_CFLAGS) \
6         $(GST_BASE_CFLAGS) \
7         $(GST_CFLAGS) \
8         $(SPEEX_CFLAGS)
9 libgstspeex_la_LIBADD = \
10         $(GST_PLUGINS_BASE_LIBS) \
11         -lgsttag-$(GST_API_VERSION) -lgstaudio-$(GST_API_VERSION) \
12         $(GST_BASE_LIBS) \
13         $(GST_LIBS) \
14         $(SPEEX_LIBS)
15 libgstspeex_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(LIBM)
16
17 noinst_HEADERS = gstspeexenc.h gstspeexdec.h