Mercurial > mplayer.hg
changeset 11111:5c5579281819
10l found by Raindel Shachar <raindel@techunix.technion.ac.il>
author | alex |
---|---|
date | Tue, 14 Oct 2003 10:15:35 +0000 |
parents | 54c7f0df68e9 |
children | 1d2c30ef6c11 |
files | cfg-common.h |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/cfg-common.h Tue Oct 14 10:03:37 2003 +0000 +++ b/cfg-common.h Tue Oct 14 10:15:35 2003 +0000 @@ -346,6 +346,12 @@ 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;