Mercurial > mplayer.hg
changeset 30025:25ff7b370523
Never include ass.h and ass_types.h directly, use ass_mp.h instead.
author | reimar |
---|---|
date | Sat, 19 Dec 2009 15:32:17 +0000 |
parents | b7b76236691d |
children | 868442ec038e |
files | command.c libmpdemux/demuxer.h mpcommon.c |
diffstat | 3 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/command.c Sat Dec 19 15:18:22 2009 +0000 +++ b/command.c Sat Dec 19 15:32:17 2009 +0000 @@ -39,7 +39,6 @@ #include "stream/stream_dvd.h" #endif #include "stream/stream_dvdnav.h" -#include "libass/ass.h" #include "libass/ass_mp.h" #include "m_struct.h" #include "libmenu/menu.h"