[MPlayer-users] Problem compiling mPlayer from svn.

Reimar Döffinger Reimar.Doeffinger at gmx.de
Sun Oct 21 12:12:59 CEST 2012


On Mon, Oct 15, 2012 at 09:23:18AM +0000, Carl Eugen Hoyos wrote:
> Giorgio Vazzana <mywing81 <at> gmail.com> writes:
> 
> > Index: libmpcodecs/ad_libvorbis.c
> > ===================================================================
> > --- libmpcodecs/ad_libvorbis.c	(revision 35248)
> > +++ libmpcodecs/ad_libvorbis.c	(working copy)
> > @@ -258,7 +258,7 @@
> >  		sh->pts = pts;
> >  		sh->pts_bytes = 0;
> >  	    }
> > -	    if(vorbis_synthesis(&ov->vb,&op)==0) /* test for success! */
> > +	    if(vorbis_synthesis(&ov->vb,&op,1)==0) /* test for success! */
> 
> This is the wrong way around.
> 
> The configure test should be changed to fail on 
> the wrong version of vorbis_synthesis() - this 
> is simple, but I would like to check if it still 
> works with current libtremor.

Has been fixed in the way Carl mentioned.
Your version of tremor still isn't supported though,
if you need integer decoding of vorbis you will have
to get a newer version.


More information about the MPlayer-users mailing list