From 18a26e7276905eacd5552b3d7355a05c950d23c0 Mon Sep 17 00:00:00 2001 From: Tim Champagne Date: Mon, 19 May 2003 10:06:36 +0000 Subject: This adds lpcm support for Win32 and the start of cdda support for Win32 (which isn't complete yet). CVS patchset: 4873 CVS date: 2003/05/19 10:06:36 --- src/liblpcm/xine_decoder.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/liblpcm/xine_decoder.c b/src/liblpcm/xine_decoder.c index 12546e70c..c71d40ab4 100644 --- a/src/liblpcm/xine_decoder.c +++ b/src/liblpcm/xine_decoder.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine_decoder.c,v 1.41 2003/05/17 18:18:52 jstembridge Exp $ + * $Id: xine_decoder.c,v 1.42 2003/05/19 10:06:36 tchamp Exp $ * * 31-8-2001 Added LPCM rate sensing. * (c) 2001 James Courtier-Dutton James@superbug.demon.co.uk @@ -39,6 +39,11 @@ #include "audio_out.h" #include "buffer.h" +#ifdef WIN32 +#include +/*#include */ /* htons */ +#endif + typedef struct { audio_decoder_class_t decoder_class; } lpcm_class_t; -- cgit v1.2.3