3rdparty/libsamplerate: renamed config.h to src_config.h
commitade301a51a1c69e940df3e4977018578de43624c
authorTobias Doerffel <tobias.doerffel@gmail.com>
Sun, 25 Jul 2010 12:32:18 +0000 (25 14:32 +0200)
committerTobias Doerffel <tobias.doerffel@gmail.com>
Sun, 25 Jul 2010 12:36:45 +0000 (25 14:36 +0200)
tree6cec1778fc74f88efec0f9d0cfc7e2432d662c31
parent08c09169167c510f34f0407c531f9883a6507994
3rdparty/libsamplerate: renamed config.h to src_config.h

We must not have any file called config.h in directories which are added
to global include directories. For example when building the CALF plugin
the file config.h from libsamplerate was used rather than CALF's local
one. Fixes missing LADSPA symbols in CALF library if no usable
libsamplerate was found in the system at configure time.

Also bumped version number in src_config.h.
(cherry picked from commit e07ed338278fa7fb2db40ebbadb03514182be97f)
src/3rdparty/samplerate/float_cast.h
src/3rdparty/samplerate/samplerate.c
src/3rdparty/samplerate/src_config.h [moved from src/3rdparty/samplerate/config.h with 82% similarity]
src/3rdparty/samplerate/src_linear.c
src/3rdparty/samplerate/src_sinc.c
src/3rdparty/samplerate/src_zoh.c