[Mplayer-cvslog] CVS: main cfg-common.h,1.107,1.108 subreader.c,1.118,1.119
Diego Biurrun
diego at biurrun.de
Sun Aug 17 22:30:13 CEST 2003
Alex Beregszaszi schrieb:
> Modified Files:
> cfg-common.h subreader.c
> Log Message:
> Fixes FriBiDi support and extends it with configure options. Patch by Raindel Shachar <raindel at techunix.technion.ac.il>
>
> --- cfg-common.h 13 Aug 2003 18:56:02 -0000 1.107
> +++ cfg-common.h 17 Aug 2003 20:42:06 -0000 1.108
> @@ -197,6 +197,15 @@
>
> #ifdef USE_SUB
> {"sub", &sub_name, CONF_TYPE_STRING_LIST, 0, 0, 0, NULL},
> +#ifdef USE_FRIBIDI
> + {"fribidi_charset", &fribidi_charset, CONF_TYPE_STRING, 0, 0, 0, NULL},
> + {"flip_hebrew", &flip_hebrew, CONF_TYPE_FLAG, 0, 0, 1, NULL},
> + {"noflip_hebrew", &flip_hebrew, CONF_TYPE_FLAG, 0, 1, 0, NULL},
> +#else
> + {"fribidi_charset", "MPlayer wasn't compiled with FriBiDi support\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
> + {"flip_hebrew", "MPlayer wasn't compiled with FriBiDi support\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
> + {"noflip_hebrew", "MPlayer wasn't compiled with FriBiDi support\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
> +#endif
Hmm, this needs to be documented, Raindel, could you please send a patch
for DOCS/en/mplayer.1?
Thanks
Diego
More information about the MPlayer-cvslog
mailing list