summaryrefslogtreecommitdiffstats
path: root/ext/speex/Makefile.am
blob: 1a426ba91510c9aac42d07e233a0c32f589d0765 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
plugin_LTLIBRARIES = libgstspeex.la

libgstspeex_la_SOURCES = gstspeex.c gstspeexdec.c gstspeexenc.c
libgstspeex_la_CFLAGS = \
	$(GST_PLUGINS_BASE_CFLAGS) \
	$(GST_CFLAGS) \
	$(SPEEX_CFLAGS)
libgstspeex_la_LIBADD = \
	$(GST_PLUGINS_BASE_LIBS) -lgsttag-$(GST_MAJORMINOR) \
	$(GST_BASE_LIBS) \
	$(GST_LIBS) \
	$(SPEEX_LIBS)
libgstspeex_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(LIBM)

noinst_HEADERS = gstspeexenc.h gstspeexdec.h