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: https://origsvn.digium.com/svn/asterisk/trunk@132390 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- apps/app_jack.c 4 additions, 1 deletionapps/app_jack.c
- build_tools/menuselect-deps.in 1 addition, 0 deletionsbuild_tools/menuselect-deps.in
- codecs/codec_resample.c 8 additions, 1 deletioncodecs/codec_resample.c
- configure 305 additions, 6 deletionsconfigure
- configure.ac 3 additions, 0 deletionsconfigure.ac
- include/asterisk/autoconfig.h.in 6 additions, 0 deletionsinclude/asterisk/autoconfig.h.in
- include/asterisk/libresample.h 0 additions, 1 deletioninclude/asterisk/libresample.h
- main/Makefile 1 addition, 3 deletionsmain/Makefile
- main/libresample/LICENSE.txt 0 additions, 463 deletionsmain/libresample/LICENSE.txt
- main/libresample/Makefile.asterisk 0 additions, 11 deletionsmain/libresample/Makefile.asterisk
- main/libresample/Makefile.in 0 additions, 52 deletionsmain/libresample/Makefile.in
- main/libresample/README.txt 0 additions, 84 deletionsmain/libresample/README.txt
- main/libresample/config.guess 0 additions, 1432 deletionsmain/libresample/config.guess
- main/libresample/config.sub 0 additions, 1537 deletionsmain/libresample/config.sub
- main/libresample/configure 0 additions, 4552 deletionsmain/libresample/configure
- main/libresample/configure.in 0 additions, 68 deletionsmain/libresample/configure.in
- main/libresample/include/libresample.h 0 additions, 120 deletionsmain/libresample/include/libresample.h
- main/libresample/install-sh 0 additions, 251 deletionsmain/libresample/install-sh
- main/libresample/src/configtemplate.h 0 additions, 7 deletionsmain/libresample/src/configtemplate.h
- main/libresample/src/filterkit.c 0 additions, 215 deletionsmain/libresample/src/filterkit.c
Loading
Please register or sign in to comment