summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-14 10:15:35 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-14 10:15:35 +0000
commit7372d6fd51c4302881b467bf67079af40f0fd881 (patch)
treec6797e8cb6630f63afbc6b8350ae00aee7344ca9 /cfg-common.h
parent759578ff51f1e1c1e7be0260d2ee0e56ad4b133c (diff)
downloadmpv-7372d6fd51c4302881b467bf67079af40f0fd881.tar.bz2
mpv-7372d6fd51c4302881b467bf67079af40f0fd881.tar.xz
10l found by Raindel Shachar <raindel@techunix.technion.ac.il>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11112 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-common.h')
-rw-r--r--cfg-common.h6
1 files changed, 6 insertions, 0 deletions
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;