From f96441b9faf769c9ecdd4d338b605ea3d0cc4010 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Tue, 9 Nov 2004 00:36:47 +0000 Subject: Disable bk EOLN_NATIVE conversions on all files in packages FILESPATHs, to prevent it screwing up patches. BKrev: 4190111fA4MuVozAqwE7xOSL9fr-TA --- .../libxine-1.0.0-beta12/libxine-libvorbis.patch | 37 ++++++++++++++++++++++ 1 file changed, 37 insertions(+) (limited to 'libxine/libxine-1.0.0-beta12/libxine-libvorbis.patch') diff --git a/libxine/libxine-1.0.0-beta12/libxine-libvorbis.patch b/libxine/libxine-1.0.0-beta12/libxine-libvorbis.patch index e69de29bb2..f52754d6a7 100644 --- a/libxine/libxine-1.0.0-beta12/libxine-libvorbis.patch +++ b/libxine/libxine-1.0.0-beta12/libxine-libvorbis.patch @@ -0,0 +1,37 @@ +Copyright (C) 2002, Fred Boulay +Licensed under GPL v2 + +--- src/libvorbis/xine_decoder.c.orig 2002-12-18 01:35:37.000000000 +0100 ++++ src/libvorbis/xine_decoder.c 2002-12-18 01:35:48.000000000 +0100 +@@ -34,7 +34,7 @@ + #include "buffer.h" + + #include +-#include ++#include + + #define MAX_NUM_SAMPLES 4096 + +--- src/libvorbis/xine_decoder.c.orig 2002-12-19 17:09:30.000000000 +0100 ++++ src/libvorbis/xine_decoder.c 2002-12-19 17:09:35.000000000 +0100 +@@ -202,7 +202,7 @@ static void vorbis_decode_data (audio_de + + } else if (this->output_open) { + +- float **pcm; ++ int **pcm; + int samples; + + if(vorbis_synthesis(&this->vb,op)==0) +@@ -221,9 +221,9 @@ static void vorbis_decode_data (audio_de + interleave */ + for(i=0;ivi.channels;i++){ + ogg_int16_t *ptr=audio_buffer->mem+i; +- float *mono=pcm[i]; ++ int *mono=pcm[i]; + for(j=0;j>9; + /* might as well guard against clipping */ + if(val>32767){ + val=32767; -- cgit v1.2.3