Mercurial > mplayer.hg
changeset 24372:78d7e08a9bff
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
author | voroshil |
---|---|
date | Mon, 10 Sep 2007 01:10:18 +0000 |
parents | 38f2f19046ff |
children | e3c4aaf4a61c |
files | cfg-common.h |
diffstat | 1 files changed, 0 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/cfg-common.h Mon Sep 10 01:09:49 2007 +0000 +++ b/cfg-common.h Mon Sep 10 01:10:18 2007 +0000 @@ -499,11 +499,6 @@ 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