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.
This commit is contained in:
Tobias Doerffel
2010-07-25 14:32:18 +02:00
parent 5f33f1ea77
commit e07ed33827
6 changed files with 6 additions and 6 deletions

View File

@@ -45,7 +45,7 @@
** long int lrint (double x) ;
*/
#include "config.h"
#include "src_config.h"
/*
** The presence of the required functions are detected during the configure

View File

@@ -26,7 +26,7 @@
#include <stdlib.h>
#include <string.h>
#include "config.h"
#include "src_config.h"
#include "samplerate.h"
#include "float_cast.h"

View File

@@ -5,4 +5,4 @@
#endif
#define PACKAGE "libsamplerate"
#define VERSION "0.1.4"
#define VERSION "0.1.7"

View File

@@ -26,7 +26,7 @@
#include <stdlib.h>
#include <string.h>
#include "config.h"
#include "src_config.h"
#include "float_cast.h"
#include "common.h"

View File

@@ -26,7 +26,7 @@
#include <stdlib.h>
#include <string.h>
#include "config.h"
#include "src_config.h"
#include "float_cast.h"
#include "common.h"

View File

@@ -26,7 +26,7 @@
#include <stdlib.h>
#include <string.h>
#include "config.h"
#include "src_config.h"
#include "float_cast.h"
#include "common.h"