[MPlayer-cvslog] r29848 - in trunk: cfg-common.h command.c configure libmpcodecs/dec_teletext.clibmpcodecs/dec_teletext.h libmpdemux/demuxer.h mpcommon.c stream/tv.c stream/tv.h stream/tvi_dshow.cstream/tvi_v4l.c...
Carl Eugen Hoyos
cehoyos at ag.or.at
Sat Nov 7 13:59:57 CET 2009
Reimar Döffinger <Reimar.Doeffinger <at> gmx.de> writes:
> > - 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
>
> That's nonsense, somebody might want to play a captured DVB file with
> teletext, so it should be always enabled (unless explicitly disabled) IMO.
Or should we remove CONFIG_TV_TELETEXT completely, like this we can get rid of
the ugly ifdef in dec_teletext.h?
Carl Eugen
More information about the MPlayer-cvslog
mailing list