[MPlayer-cvslog] r31305 - trunk/mplayer.c
Reimar Döffinger
Reimar.Doeffinger at gmx.de
Wed Jun 2 22:52:11 CEST 2010
On Wed, Jun 02, 2010 at 10:21:30PM +0200, cehoyos wrote:
> Author: cehoyos
> Date: Wed Jun 2 22:21:29 2010
> New Revision: 31305
>
> Log:
> Fix compilation with external libass.
>
> Modified:
> trunk/mplayer.c
>
> Modified: trunk/mplayer.c
> ==============================================================================
> --- trunk/mplayer.c Wed Jun 2 22:12:50 2010 (r31304)
> +++ trunk/mplayer.c Wed Jun 2 22:21:29 2010 (r31305)
> @@ -2581,7 +2581,7 @@ static int seek(MPContext *mpctx, double
> vobsub_seek(vo_vobsub, mpctx->sh_video->pts);
> }
>
> -#ifdef CONFIG_ASS
> +#if defined(CONFIG_ASS_INTERNAL) || defined(LIBASS_VERSION) && LIBASS_VERSION > 0x00909000
It would be nicer to update the internal copy if someone wants :-)
More information about the MPlayer-cvslog
mailing list