summaryrefslogtreecommitdiffstats
path: root/ext/speex/Makefile.am
blob: 80abe5e31c3d9fe1cd7d32a9f0b50f6cf4dad40d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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)
libgstspeex_la_LIBTOOLFLAGS = --tag=disable-static

noinst_HEADERS = gstspeexenc.h gstspeexdec.h