]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/libxine/libxine-fb/fix-syntax.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / libxine / libxine-fb / fix-syntax.patch
1
2 #
3 # Patch managed by http://www.holgerschurig.de/patcher.html
4 #
5
6 --- xine-lib-1-rc7/src/libvorbis/xine_decoder.c~fix-syntax
7 +++ xine-lib-1-rc7/src/libvorbis/xine_decoder.c
8 @@ -218,7 +218,7 @@
9      float **pcm;
10      int samples;
11  
12 -    if(vorbis_synthesis(&this->vb,&this->op)==0) 
13 +    if(vorbis_synthesis(&this->vb,&this->op,1)==0) 
14        vorbis_synthesis_blockin(&this->vd,&this->vb);
15  
16      if (buf->pts!=0)