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


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24392 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
voroshil 2007-09-10 01:10:18 +00:00
parent 30699fd214
commit 255c174e41
1 changed files with 0 additions and 5 deletions

View File

@ -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