aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-07-21 14:48:45 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-07-21 14:48:45 +0000
commit9d0252b7202164964c7332bd08869c05d096d098 (patch)
treed7935ef8c635ad15f9b6bf0084107c4b7b561c38 /include
parent3721fc1b6fd4138afcf5377f4e19997bd3186c76 (diff)
Merged revisions 132390 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r132390 | russell | 2008-07-21 09:47:41 -0500 (Mon, 21 Jul 2008) | 16 lines Remove libresample from the Asterisk source tree. It is now available in its own repository, and must be installed like any other library for Asterisk to use. The two modules that require it are codec_resample and app_jack. To install libresample: $ svn co http://svn.digium.com/svn/libresample/trunk libresample $ cd libresample $ ./configure $ make $ sudo make install This code is currently in our own repository because the build system did not include the appropriate targets for building a dynamic library or for installing the library. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@132391 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/autoconfig.h.in6
l---------include/asterisk/libresample.h1
2 files changed, 6 insertions, 1 deletions
diff --git a/include/asterisk/autoconfig.h.in b/include/asterisk/autoconfig.h.in
index ce2a45a37..2480d0747 100644
--- a/include/asterisk/autoconfig.h.in
+++ b/include/asterisk/autoconfig.h.in
@@ -652,6 +652,12 @@
/* Define to indicate the ${REMAINDER_DESCRIP} library version */
#undef HAVE_REMAINDER_VERSION
+/* Define this to indicate the ${RESAMPLE_DESCRIP} library */
+#undef HAVE_RESAMPLE
+
+/* Define to indicate the ${RESAMPLE_DESCRIP} library version */
+#undef HAVE_RESAMPLE_VERSION
+
/* Define to 1 if your system has the ndestroy resolver function. */
#undef HAVE_RES_NDESTROY
diff --git a/include/asterisk/libresample.h b/include/asterisk/libresample.h
deleted file mode 120000
index d71269da1..000000000
--- a/include/asterisk/libresample.h
+++ /dev/null
@@ -1 +0,0 @@
-../../main/libresample/include/libresample.h \ No newline at end of file