Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/speex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjm <jm@0101bb08-14d6-0310-b084-bc0e0c8e3800>2007-03-20 17:11:03 +0300
committerjm <jm@0101bb08-14d6-0310-b084-bc0e0c8e3800>2007-03-20 17:11:03 +0300
commitc30fb59fbbfde1237c76b3ce758c00ed0d811305 (patch)
treec469cb9d3cd7e097ca94a5a7be9c46a7cc725776 /include
parent7cff7b530a6b658d654f579dc01952b6fb632498 (diff)
Enabling resampler in the build (now that it's supposed to work
with C89 compilers) git-svn-id: http://svn.xiph.org/trunk/speex@12782 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'include')
-rw-r--r--include/speex/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/speex/Makefile.am b/include/speex/Makefile.am
index f7b65fa..08cd88b 100644
--- a/include/speex/Makefile.am
+++ b/include/speex/Makefile.am
@@ -11,5 +11,6 @@ pkginclude_HEADERS = speex.h \
speex_stereo.h \
speex_preprocess.h \
speex_jitter.h \
- speex_echo.h
+ speex_echo.h \
+ speex_resampler.h