[MPlayer-dev-eng] [PATCH] Add DVB teletext support

Carl Eugen Hoyos cehoyos at ag.or.at
Tue Nov 3 17:16:18 CET 2009


Francesco Lavra <francescolavra <at> interfree.it> writes:

> +#ifdef CONFIG_TV_TELETEXT
>  int teletext_control(void* p, int cmd, void *arg);
> +#else
> +#define teletext_control(p, cmd, arg) VBI_CONTROL_FALSE
> +#endif

Is this necessary?
I mean, can't we just compile dec_teletext.c unconditionally?

Carl Eugen




More information about the MPlayer-dev-eng mailing list