summaryrefslogtreecommitdiffstats
path: root/ext/speex/Makefile.am
blob: 00be909868dd2bf5cb43792093c89e1d32f3a753 (plain)
1
2
3
4
5
6
7
8
9
plugin_LTLIBRARIES = libgstspeex.la

libgstspeex_la_SOURCES = gstspeex.c gstspeexdec.c
#gstspeexenc.c
libgstspeex_la_CFLAGS = $(GST_CFLAGS) $(SPEEX_CFLAGS)
libgstspeex_la_LIBADD = $(GST_LIBS) $(SPEEX_LIBS)
libgstspeex_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)

noinst_HEADERS = gstspeexenc.h gstspeexdec.h