summaryrefslogtreecommitdiff
path: root/packages/libxine/libxine-1.0.0-beta12/fix-syntax-xine-vorbis-decoder.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packages/libxine/libxine-1.0.0-beta12/fix-syntax-xine-vorbis-decoder.patch')
-rw-r--r--packages/libxine/libxine-1.0.0-beta12/fix-syntax-xine-vorbis-decoder.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/packages/libxine/libxine-1.0.0-beta12/fix-syntax-xine-vorbis-decoder.patch b/packages/libxine/libxine-1.0.0-beta12/fix-syntax-xine-vorbis-decoder.patch
deleted file mode 100644
index 6803d82e05..0000000000
--- a/packages/libxine/libxine-1.0.0-beta12/fix-syntax-xine-vorbis-decoder.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ../libxine-1.0.0-beta12-r0/xine-lib/src/libvorbis/xine_decoder.c 2004-08-17 16:07:31.000000000 +0100
-+++ xine-lib/src/libvorbis/xine_decoder.c 2004-08-17 17:08:21.000000000 +0100
-@@ -208,7 +208,7 @@
- int **pcm;
- int samples;
-
-- if(vorbis_synthesis(&this->vb,op)==0)
-+ if(vorbis_synthesis(&this->vb,op,1)==0)
- vorbis_synthesis_blockin(&this->vd,&this->vb);
-
- if (buf->pts!=0)