[MPlayer-dev-eng] [PATCH] Enable teletext for v4lv1 in configure

Vladimir Voroshilov voroshil at gmail.com
Wed Aug 1 11:34:41 CEST 2007


2007/8/1, Diego Biurrun <diego at biurrun.de>:
> On Wed, Aug 01, 2007 at 08:20:06AM +0700, Vladimir Voroshilov wrote:
> >
> > This patch enables teletext support for V4Lv1 in configure (required
> > changes in tvi_v4l.c are already done).
> >
> > I've split one "if" into two, because i want to add also bt848 support later.
>
> Commit.

Applied.

>
> > --- configure (revision 23952)
> > +++ configure (working copy)
> > @@ -6740,10 +6740,11 @@
> >
> >  echocheck "TV teletext interface"
> >  if test "$_tv_teletext" = auto ; then
> > - if test "$_tv_v4l2" = yes && test "$_freetype" = yes ; then
> > -  _tv_teletext=yes
> > - else
> > -  _tv_teletext=no
> > + _tv_teletext=no
> > + if "$_freetype" = yes ; then
> > +  if test "$_tv_v4l2" = yes || test "$_v4l" = yes ; then
> > +   _tv_teletext=yes
> > +  fi
> >   fi
> >  fi
>
> While you're at it, please fix the crap one space indentation.

Done as separate commit.

-- 
Regards,
Vladimir Voroshilov     mailto:voroshil at gmail.com
JID: voroshil at gmail.com, voroshil at jabber.ru
ICQ: 95587719



More information about the MPlayer-dev-eng mailing list