Mercurial > mplayer.hg
changeset 32014:960f3f35ebda
Move sub_cp extern declaration to subreader.h, where it belongs.
author | diego |
---|---|
date | Wed, 08 Sep 2010 19:26:42 +0000 |
parents | 7369969407d6 |
children | c6a2fbf92fc3 |
files | libass/ass_mp.c libvo/sub.h subreader.h |
diffstat | 3 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libass/ass_mp.c Wed Sep 08 19:18:59 2010 +0000 +++ b/libass/ass_mp.c Wed Sep 08 19:26:42 2010 +0000 @@ -65,7 +65,7 @@ extern int subtitle_autoscale; #ifdef CONFIG_ICONV -extern char* sub_cp; +#include "subreader.h" #else static char* sub_cp = 0; #endif