[MPlayer-cvslog] r29848 - in trunk: cfg-common.h command.c configure libmpcodecs/dec_teletext.c libmpcodecs/dec_teletext.h libmpdemux/demuxer.h mpcommon.c stream/tv.c stream/tv.h stream/tvi_dshow.c stream/tvi_v4l.c...

Reimar Döffinger Reimar.Doeffinger at gmx.de
Sat Nov 7 13:40:58 CET 2009


On Sat, Nov 07, 2009 at 01:31:06PM +0100, cehoyos wrote:
> Modified: trunk/configure
> ==============================================================================
> --- trunk/configure	Sat Nov  7 12:15:26 2009	(r29847)
> +++ trunk/configure	Sat Nov  7 13:31:05 2009	(r29848)
> @@ -7620,7 +7620,7 @@ echocheck "TV teletext interface"
>  if test "$_tv_teletext" = auto ; then
>    _tv_teletext=no
>    if test "$_freetype" = yes && test "$_pthreads" = yes; then
> -    if test "$_tv_v4l2" = yes || test "$_v4l" = yes || test "$_tv_dshow" = yes; then
> +    if test "$_tv_v4l2" = yes || test "$_v4l" = yes || test "$_tv_dshow" = yes || test "$_dvbin" = yes; then
>        _tv_teletext=yes
>      fi
>    fi

That's nonsense, somebody might want to play a captured DVB file with
teletext, so it should be always enabled (unless explicitly disabled) IMO.


More information about the MPlayer-cvslog mailing list