-
- Downloads
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
Showing
- codecs/Makefile 1 addition, 4 deletionscodecs/Makefile
- codecs/codec_resample.c 4 additions, 0 deletionscodecs/codec_resample.c
- main/Makefile 1 addition, 5 deletionsmain/Makefile
- res/Makefile 3 additions, 0 deletionsres/Makefile
- res/libresample/LICENSE.txt 0 additions, 0 deletionsres/libresample/LICENSE.txt
- res/libresample/Makefile.asterisk 0 additions, 0 deletionsres/libresample/Makefile.asterisk
- res/libresample/Makefile.in 0 additions, 0 deletionsres/libresample/Makefile.in
- res/libresample/README.txt 0 additions, 0 deletionsres/libresample/README.txt
- res/libresample/config.guess 0 additions, 0 deletionsres/libresample/config.guess
- res/libresample/config.sub 0 additions, 0 deletionsres/libresample/config.sub
- res/libresample/configure 0 additions, 0 deletionsres/libresample/configure
- res/libresample/configure.in 0 additions, 0 deletionsres/libresample/configure.in
- res/libresample/include/libresample.h 0 additions, 0 deletionsres/libresample/include/libresample.h
- res/libresample/install-sh 0 additions, 0 deletionsres/libresample/install-sh
- res/libresample/src/configtemplate.h 0 additions, 0 deletionsres/libresample/src/configtemplate.h
- res/libresample/src/filterkit.c 0 additions, 0 deletionsres/libresample/src/filterkit.c
- res/libresample/src/filterkit.h 0 additions, 0 deletionsres/libresample/src/filterkit.h
- res/libresample/src/resample.c 0 additions, 0 deletionsres/libresample/src/resample.c
- res/libresample/src/resample_defs.h 0 additions, 0 deletionsres/libresample/src/resample_defs.h
- res/libresample/src/resamplesubs.c 0 additions, 0 deletionsres/libresample/src/resamplesubs.c
Loading
Please register or sign in to comment