[MPlayer-users] Problem compiling mPlayer from svn.

Carl Eugen Hoyos cehoyos at ag.or.at
Mon Oct 15 11:23:18 CEST 2012


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.

Carl Eugen



More information about the MPlayer-users mailing list