[MPlayer-cvslog] r34541 - trunk/sub/subreader.c
ib
subversion at mplayerhq.hu
Thu Jan 12 11:07:23 CET 2012
Author: ib
Date: Thu Jan 12 11:07:22 2012
New Revision: 34541
Log:
Define (extern) sub_cp unconditionally.
It's declared unconditionally as well.
Modified:
trunk/sub/subreader.c
Modified: trunk/sub/subreader.c
==============================================================================
--- trunk/sub/subreader.c Tue Jan 10 14:28:15 2012 (r34540)
+++ trunk/sub/subreader.c Thu Jan 12 11:07:22 2012 (r34541)
@@ -50,8 +50,8 @@
#ifdef CONFIG_ICONV
#include <iconv.h>
-char *sub_cp=NULL;
#endif
+char *sub_cp=NULL;
#ifdef CONFIG_FRIBIDI
#include <fribidi/fribidi.h>
char *fribidi_charset = NULL; ///character set that will be passed to FriBiDi
More information about the MPlayer-cvslog
mailing list