changeset 269:f949b83c3f52

Blah.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 23 Dec 2004 13:29:00 +0000
parents ca84c55003db
children 583f5651abff
files configure.in src/xmms-sid.h src/xs_support.h
diffstat 3 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Wed Dec 22 13:34:01 2004 +0000
+++ b/configure.in	Thu Dec 23 13:29:00 2004 +0000
@@ -70,7 +70,6 @@
 AC_TYPE_SIGNAL
 AC_FUNC_STAT
 AC_CHECK_FUNCS([memset strcasecmp strerror])
-AC_CHECK_TYPES([size_t])
 
 
 dnl ***
--- a/src/xmms-sid.h	Wed Dec 22 13:34:01 2004 +0000
+++ b/src/xmms-sid.h	Thu Dec 23 13:29:00 2004 +0000
@@ -151,7 +151,12 @@
 	gint		audioFrequency,		/* Audio settings */
 			audioFormat,
 			audioChannels,
-			audioBitsPerSample;
+			audioBitsPerSample,
+			oversampleFactor;	/* Factor of oversampling */
+	gboolean	oversampleEnable;	/* TRUE after sidEngine initialization,
+						if xs_cfg.oversampleEnable == TRUE and
+						emulation backend supports oversampling.
+						*/
 	void		*sidEngine;		/* SID-emulation internal engine data */
 	t_xs_player	*sidPlayer;		/* Selected player engine */
 	gboolean	isError, isPlaying;
--- a/src/xs_support.h	Wed Dec 22 13:34:01 2004 +0000
+++ b/src/xs_support.h	Thu Dec 23 13:29:00 2004 +0000
@@ -20,10 +20,6 @@
 #include <memory.h>
 #endif
 
-#ifndef HAVE_SIZE_T
-typedef	unsigned long int	size_t;
-#endif
-
 
 /*
  * Functions