2007-11-20 12:56:00 +00:00
|
|
|
plugin_LTLIBRARIES = libgstspeexresample.la
|
|
|
|
|
|
|
|
libgstspeexresample_la_SOURCES = \
|
|
|
|
gstspeexresample.c \
|
|
|
|
speex_resampler_int.c \
|
|
|
|
speex_resampler_float.c
|
|
|
|
|
|
|
|
libgstspeexresample_la_CFLAGS = \
|
|
|
|
$(GST_PLUGINS_BASE_CFLAGS) \
|
|
|
|
$(GST_BASE_CFLAGS) \
|
|
|
|
$(GST_CFLAGS)
|
|
|
|
|
|
|
|
libgstspeexresample_la_LIBADD = \
|
|
|
|
$(GST_PLUGINS_BASE_LIBS) \
|
|
|
|
$(GST_BASE_LIBS) \
|
|
|
|
$(GST_LIBS) \
|
|
|
|
-lgstaudio-$(GST_MAJORMINOR) \
|
|
|
|
$(LIBM)
|
|
|
|
|
|
|
|
libgstspeexresample_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
|
|
|
|
noinst_HEADERS = \
|
|
|
|
arch.h \
|
|
|
|
fixed_generic.h \
|
|
|
|
gstspeexresample.h \
|
2007-12-14 16:23:06 +00:00
|
|
|
speex_resampler.h \
|
|
|
|
speex_resampler_wrapper.h
|
2007-11-20 12:56:00 +00:00
|
|
|
|
|
|
|
EXTRA_DIST = \
|
|
|
|
resample.c
|
|
|
|
|