Mercurial > audlegacy-plugins
changeset 1941:5412f8c2ec29
Remove HAVE_CONFIG_H in some places.
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Mon, 01 Oct 2007 16:40:41 -0500 |
parents | 4b3d67ce6b3d |
children | f14d11bf9cbb |
files | src/aac/libfaad2/common.h src/aac/mp4ff/mp4ffint.h src/arts/convert.c src/console/Blip_Buffer.h src/wma/libffwma/common.h |
diffstat | 5 files changed, 1 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- a/src/aac/libfaad2/common.h Mon Oct 01 16:09:10 2007 -0500 +++ b/src/aac/libfaad2/common.h Mon Oct 01 16:40:41 2007 -0500 @@ -40,9 +40,7 @@ #define __STRICT_ANSI__ #endif -#ifdef HAVE_CONFIG_H #include "config.h" -#endif #define INLINE __inline #if 0 //defined(_WIN32) && !defined(_WIN32_WCE)
--- a/src/aac/mp4ff/mp4ffint.h Mon Oct 01 16:09:10 2007 -0500 +++ b/src/aac/mp4ff/mp4ffint.h Mon Oct 01 16:40:41 2007 -0500 @@ -107,9 +107,7 @@ #define ATOM_SINF 24 #define ATOM_SCHI 25 -#ifdef HAVE_CONFIG_H #include "config.h" -#endif #ifndef _WIN32 #define stricmp strcasecmp
--- a/src/arts/convert.c Mon Oct 01 16:09:10 2007 -0500 +++ b/src/arts/convert.c Mon Oct 01 16:40:41 2007 -0500 @@ -16,9 +16,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#if defined(HAVE_CONFIG_H) #include "config.h" -#endif #include "audacious/plugin.h" #include <glib.h>
--- a/src/console/Blip_Buffer.h Mon Oct 01 16:09:10 2007 -0500 +++ b/src/console/Blip_Buffer.h Mon Oct 01 16:40:41 2007 -0500 @@ -121,9 +121,7 @@ friend class Blip_Reader; }; -#ifdef HAVE_CONFIG_H - #include "config.h" -#endif +#include "config.h" // Number of bits in resample ratio fraction. Higher values give a more accurate ratio // but reduce maximum buffer size.