comparison cfg-common.h @ 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 8591a357eb36
comparison
equal deleted inserted replaced
24371:38f2f19046ff 24372:78d7e08a9bff
495 extern m_config_t dvbin_opts_conf[]; 495 extern m_config_t dvbin_opts_conf[];
496 #endif 496 #endif
497 497
498 #if defined(USE_LIBAVFORMAT) || defined(USE_LIBAVFORMAT_SO) 498 #if defined(USE_LIBAVFORMAT) || defined(USE_LIBAVFORMAT_SO)
499 extern m_option_t lavfdopts_conf[]; 499 extern m_option_t lavfdopts_conf[];
500 #endif
501
502 #ifdef USE_FRIBIDI
503 extern char *fribidi_charset;
504 extern int flip_hebrew;
505 #endif 500 #endif
506 501
507 #ifdef STREAMING_LIVE555 502 #ifdef STREAMING_LIVE555
508 extern int rtspStreamOverTCP; 503 extern int rtspStreamOverTCP;
509 #endif 504 #endif