[MPlayer-cvslog] r31754 - in trunk: configure libass/ass_mp.c libass/ass_mp.h libmpcodecs/vf_ass.c libmpcodecs/vf_vo.c

Diego Biurrun diego at biurrun.de
Mon Jul 19 09:00:29 CEST 2010


On Mon, Jul 19, 2010 at 02:12:04AM +0200, greg wrote:
> 
> Log:
> Require libass version with ass_flush_events

What release version is that?

> --- trunk/libass/ass_mp.h	Mon Jul 19 01:02:25 2010	(r31753)
> +++ trunk/libass/ass_mp.h	Mon Jul 19 02:12:04 2010	(r31754)
> @@ -29,7 +29,7 @@
>  #else
>  #include <ass/ass.h>
>  #endif
> -#if defined(LIBASS_VERSION) && LIBASS_VERSION >= 0x00907010
> +// FIXME: rename types used by MPlayer
>  #define ass_library_t ASS_Library
>  #define ass_track_t ASS_Track
>  #define ass_track_s ASS_Track

Go right ahead.  Notice that the _t namespace is reserved by POSIX.

Diego


More information about the MPlayer-cvslog mailing list