# HG changeset patch # User reimar # Date 1283061988 0 # Node ID 10327ff5eb4af6e678ee7d782906f80b3a29d610 # Parent 923e9453ece94fb2c829444bb6e48aa201303283 Replace ass_mp.h include by eosd.h include. Avoids a dependency on ASS and fixes implicit declaration warnings. diff -r 923e9453ece9 -r 10327ff5eb4a libmpcodecs/vf_vo.c --- a/libmpcodecs/vf_vo.c Fri Aug 27 21:58:14 2010 +0000 +++ b/libmpcodecs/vf_vo.c Sun Aug 29 06:06:28 2010 +0000 @@ -29,9 +29,7 @@ #include "libvo/sub.h" #include "libvo/video_out.h" -#ifdef CONFIG_ASS -#include "libass/ass_mp.h" -#endif +#include "eosd.h" //===========================================================================//