aboutsummaryrefslogtreecommitdiffstats
path: root/main/libresample/src/configtemplate.h
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-31 21:22:31 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-31 21:22:31 +0000
commit04838b9d59f12f0deb605272d784125bee52e4cb (patch)
tree823393d4498b07581162c3e5266a494aa638a45c /main/libresample/src/configtemplate.h
parent9c384ade94b8670b96e11fe795ceaa5bc66ed3b9 (diff)
Merge changes from team/russell/codec_resample
This commit imports libresample for use in Asterisk. It also adds a new codec module, codec_resample. This module uses libresample to re-sample signed linear audio between 8 kHz and 16 kHz. It also provides an alternative for converting between 16 kHz G.722 and 8 kHz signed linear when using G.722, which will likely be useful as some people have complained about volume issues when the current codec_g722 converts to 8 kHz signed linear. But, to test this, you will have to disable the g722-to-slin and g722-to-slin16 translators in codec_g722.c. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@95501 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/libresample/src/configtemplate.h')
-rw-r--r--main/libresample/src/configtemplate.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/main/libresample/src/configtemplate.h b/main/libresample/src/configtemplate.h
new file mode 100644
index 000000000..94ae1cea9
--- /dev/null
+++ b/main/libresample/src/configtemplate.h
@@ -0,0 +1,7 @@
+/* Run configure to generate config.h automatically on any
+ system supported by GNU autoconf. For all other systems,
+ use this file as a template to create config.h
+*/
+
+#undef HAVE_INTTYPES_H
+