gstreamer/ext/speex/Makefile.am
Wim Taymans a50b19e921 Added non functional speex plugin. speex decoding needs a container.
Original commit message from CVS:
Added non functional speex plugin. speex decoding needs a container.
2002-12-16 19:49:42 +00:00

10 lines
292 B
Makefile

plugindir = $(libdir)/gst
plugin_LTLIBRARIES = libgstspeex.la
libgstspeex_la_SOURCES = gstspeex.c gstspeexdec.c gstspeexenc.c
libgstspeex_la_CFLAGS = $(GST_CFLAGS)
libgstspeex_la_LIBADD = -lspeex
libgstspeex_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS = gstspeexenc.h gstspeexdec.h