summaryrefslogtreecommitdiff
path: root/packages/libxine/libxine-fb/fix-syntax.patch
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2005-08-14 16:05:20 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-14 16:05:20 +0000
commitf6476753d995bedb37934f852d3ae0f96d5ecf48 (patch)
treecdc93b943a52687273d94935909c02b6637993e9 /packages/libxine/libxine-fb/fix-syntax.patch
parentb87cac1cf23eab6ad1e8a7498702f408263c2ae4 (diff)
xine and dependencies:
- rename to make more consistent with other -x11 and -fb packages - include libmodplug pluging - make libxine-x11 depend on x11 - reorder metadata - remove missing-in-action MAINTAINER
Diffstat (limited to 'packages/libxine/libxine-fb/fix-syntax.patch')
-rw-r--r--packages/libxine/libxine-fb/fix-syntax.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/libxine/libxine-fb/fix-syntax.patch b/packages/libxine/libxine-fb/fix-syntax.patch
new file mode 100644
index 0000000000..b129dec36c
--- /dev/null
+++ b/packages/libxine/libxine-fb/fix-syntax.patch
@@ -0,0 +1,16 @@
+
+#
+# Patch managed by http://www.holgerschurig.de/patcher.html
+#
+
+--- xine-lib-1-rc7/src/libvorbis/xine_decoder.c~fix-syntax
++++ xine-lib-1-rc7/src/libvorbis/xine_decoder.c
+@@ -218,7 +218,7 @@
+ float **pcm;
+ int samples;
+
+- if(vorbis_synthesis(&this->vb,&this->op)==0)
++ if(vorbis_synthesis(&this->vb,&this->op,1)==0)
+ vorbis_synthesis_blockin(&this->vd,&this->vb);
+
+ if (buf->pts!=0)