diff --git a/cfg-common.h b/cfg-common.h index aef7949a82..24820e4834 100644 --- a/cfg-common.h +++ b/cfg-common.h @@ -346,6 +346,12 @@ m_option_t tvopts_conf[]={ extern m_config_t dvbin_opts_conf[]; #endif +#ifdef USE_FRIBIDI +extern char *fribidi_charset; +extern int flip_hebrew; +#endif + + extern int audio_stream_cache; extern int sws_chr_vshift;