summaryrefslogtreecommitdiff
path: root/res/libresample/src/configtemplate.h
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2008-01-02 01:00:44 +0000
committerRussell Bryant <russell@russellbryant.com>2008-01-02 01:00:44 +0000
commit78f4b2855256c930adea77479e4577f4289a6cfa (patch)
treed9e7bf943c45a0e0aeba13bc434511804f43df90 /res/libresample/src/configtemplate.h
parente7f195e82ab286c925153ffcff1c9e6e66e2ede2 (diff)
Instead of linking libresample into the main Asterisk binary, build it as
res_resample, and mark codec_resample as dependent upon res_resample. This prevents the linker from optimizing away libresample, and also makes it so the libresample code isn't linked in to multiple places. (I have another module in a branch that needs it, too.) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@95697 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/libresample/src/configtemplate.h')
-rw-r--r--res/libresample/src/configtemplate.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/libresample/src/configtemplate.h b/res/libresample/src/configtemplate.h
new file mode 100644
index 000000000..94ae1cea9
--- /dev/null
+++ b/res/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
+