1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-10 08:33:36 +02:00

Upgrades libsndfile to 1.0.24.

This commit is contained in:
lllucius
2011-04-03 03:08:57 +00:00
parent dbf2cdf605
commit fa00dd005f
267 changed files with 13363 additions and 14998 deletions

View File

@@ -1,28 +1,13 @@
/*
** Copyright (C) 2002-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU Lesser General Public License as published by
** the Free Software Foundation; either version 2.1 of the License, or
** (at your option) any later version.
**
** This program is distributed in the hope that it will be useful,
** but WITHOUT ANY WARRANTY; without even the implied warranty of
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
** GNU Lesser General Public License for more details.
**
** You should have received a copy of the GNU Lesser General Public License
** along with this program; if not, write to the Free Software
** Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
** This file was autogenerated on Linux and then modified to support
** Windows.
*/
/* src/config.h. Generated from config.h.in by configure. */
/* src/config.h.in. Generated from configure.ac by autoheader. */
/*
** This is the Win32 version of the file config.h which is autogenerated
** on Unix systems.
*/
/* The following was added to provide the necessary support on Windows */
#if defined(LIBSNDFILE_PRIVATE_CONFIG) && !defined(LIBSNDFILE_HAVE_CONFIG)
#define LIBSNDFILE_HAVE_CONFIG 1
#pragma warning (disable : 4244)
#pragma warning (disable : 4761)
@@ -41,7 +26,6 @@ typedef unsigned __int64 uint64_t;
/* Win32 doesn't seem to have these functions.
** Therefore implement inline versions of these functions here.
*/
__inline long int
lrint (double flt)
{ int intgr;
@@ -90,6 +74,11 @@ llrintf (float flt)
return intgr ;
}
/* Nor does it have the snprintf function */
#define snprintf _snprintf
/* The above was added to provide the necessary support on Windows */
/* Set to 1 if the compile is GNU GCC. */
/* #undef COMPILER_IS_GCC */
@@ -168,11 +157,8 @@ llrintf (float flt)
/* Define to 1 if you have the <inttypes.h> header file. */
/* #undef HAVE_INTTYPES_H */
/* Set to 1 if you have JACK. */
/* #undef HAVE_JACK */
/* Define to 1 if you have the `m' library (-lm). */
#define HAVE_LIBM 1
/* #undef HAVE_LIBM */
/* Define to 1 if you have the <locale.h> header file. */
/* #undef HAVE_LOCALE_H */
@@ -204,6 +190,9 @@ llrintf (float flt)
/* Define to 1 if you have the `open' function. */
#define HAVE_OPEN 1
/* Define to 1 if you have the `pipe' function. */
/* #undef HAVE_PIPE */
/* Define to 1 if you have the `pread' function. */
/* #undef HAVE_PREAD */
@@ -219,6 +208,9 @@ llrintf (float flt)
/* Define to 1 if you have the `setlocale' function. */
/* #undef HAVE_SETLOCALE */
/* Define to 1 if you have the <sndio.h> header file. */
/* #undef HAVE_SNDIO_H */
/* Define to 1 if you have the `snprintf' function. */
#define HAVE_SNPRINTF 1
@@ -258,6 +250,9 @@ llrintf (float flt)
/* Define to 1 if you have the `vsnprintf' function. */
#define HAVE_VSNPRINTF 1
/* Define to 1 if you have the `waitpid' function. */
/* #undef HAVE_WAITPID */
/* Define to 1 if you have the `write' function. */
#define HAVE_WRITE 1
@@ -278,22 +273,25 @@ llrintf (float flt)
#define PACKAGE "libsndfile"
/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "erikd@mega-nerd.com"
#define PACKAGE_BUGREPORT "sndfile@mega-nerd.com"
/* Define to the full name of this package. */
#define PACKAGE_NAME "libsndfile"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "libsndfile 1.0.18"
#define PACKAGE_STRING "libsndfile 1.0.24"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "libsndfile"
/* Define to the home page for this package. */
#define PACKAGE_URL "http://www.mega-nerd.com/libsndfile/"
/* Define to the version of this package. */
#define PACKAGE_VERSION "1.0.18"
#define PACKAGE_VERSION "1.0.24"
/* Set to maximum allowed value of sf_count_t type. */
#define SF_COUNT_MAX LLONG_MAX
#define SF_COUNT_MAX 0x7fffffffffffffffi64
/* The size of `double', as computed by sizeof. */
#define SIZEOF_DOUBLE 8
@@ -337,6 +335,9 @@ llrintf (float flt)
/* The size of `void*', as computed by sizeof. */
#define SIZEOF_VOIDP 4
/* The size of `wchar_t', as computed by sizeof. */
#define SIZEOF_WCHAR_T 4
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
@@ -347,7 +348,7 @@ llrintf (float flt)
#define USE_WINDOWS_API 1
/* Version number of package */
#define VERSION "1.0.18"
#define VERSION "1.0.24"
/* Set to 1 if windows DLL is being built. */
#define WIN32_TARGET_DLL 0
@@ -363,14 +364,7 @@ llrintf (float flt)
/* Define for large files, on AIX-style hosts. */
/* #undef _LARGE_FILES */
#undef CPU_IS_BIG_ENDIAN
#undef CPU_IS_LITTLE_ENDIAN
#if defined(__BIG_ENDIAN__)
#define CPU_IS_BIG_ENDIAN 1
#define CPU_IS_LITTLE_ENDIAN 0
#else
#define CPU_IS_BIG_ENDIAN 0
#define CPU_IS_LITTLE_ENDIAN 1
#endif
#endif
/* Set to 1 to use C99 printf/snprintf in MinGW. */
/* #undef __USE_MINGW_ANSI_STDIO */
#endif