[MPlayer-cvslog] r24392 - trunk/cfg-common.h
voroshil
subversion at mplayerhq.hu
Mon Sep 10 03:10:18 CEST 2007
Author: voroshil
Date: Mon Sep 10 03:10:18 2007
New Revision: 24392
Log:
Fix warnings:
cfg-common.h:509: warning: redundant redeclaration of 'fribidi_charset'
subreader.h:64: warning: previous declaration of 'fribidi_charset' was here
cfg-common.h:510: warning: redundant redeclaration of 'flip_hebrew'
subreader.h:65: warning: previous declaration of 'flip_hebrew' was here
Modified:
trunk/cfg-common.h
Modified: trunk/cfg-common.h
==============================================================================
--- trunk/cfg-common.h (original)
+++ trunk/cfg-common.h Mon Sep 10 03:10:18 2007
@@ -499,11 +499,6 @@ extern m_config_t dvbin_opts_conf[];
extern m_option_t lavfdopts_conf[];
#endif
-#ifdef USE_FRIBIDI
-extern char *fribidi_charset;
-extern int flip_hebrew;
-#endif
-
#ifdef STREAMING_LIVE555
extern int rtspStreamOverTCP;
#endif
More information about the MPlayer-cvslog
mailing list