Mercurial > mplayer.hg
changeset 34453:ad3519665533
Define (extern) sub_cp unconditionally.
It's declared unconditionally as well.
author | ib |
---|---|
date | Thu, 12 Jan 2012 10:07:22 +0000 |
parents | c3e63d8b6cf3 |
children | 5a45efc630b8 |
files | sub/subreader.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/sub/subreader.c Tue Jan 10 13:28:15 2012 +0000 +++ b/sub/subreader.c Thu Jan 12 10:07:22 2012 +0000 @@ -50,8 +50,8 @@ #ifdef CONFIG_ICONV #include <iconv.h> +#endif char *sub_cp=NULL; -#endif #ifdef CONFIG_FRIBIDI #include <fribidi/fribidi.h> char *fribidi_charset = NULL; ///character set that will be passed to FriBiDi