mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 19:09:41 +00:00
a50b19e921
Original commit message from CVS: Added non functional speex plugin. speex decoding needs a container.
10 lines
292 B
Makefile
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
|