mirror of https://github.com/mpv-player/mpv
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
This commit is contained in:
parent
759578ff51
commit
7372d6fd51
|
@ -346,6 +346,12 @@ m_option_t tvopts_conf[]={
|
||||||
extern m_config_t dvbin_opts_conf[];
|
extern m_config_t dvbin_opts_conf[];
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef USE_FRIBIDI
|
||||||
|
extern char *fribidi_charset;
|
||||||
|
extern int flip_hebrew;
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
extern int audio_stream_cache;
|
extern int audio_stream_cache;
|
||||||
|
|
||||||
extern int sws_chr_vshift;
|
extern int sws_chr_vshift;
|
||||||
|
|
Loading…
Reference in New Issue