Enable teletext for V4Lv1.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23986 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
voroshil 2007-08-01 09:23:04 +00:00
parent 483453ff8b
commit 92c2413042
1 changed files with 5 additions and 4 deletions

9
configure vendored
View File

@ -6740,11 +6740,12 @@ echores "$_tv_v4l2"
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
fi
if "$_freetype" = yes ; then
if test "$_tv_v4l2" = yes || test "$_v4l" = yes ; then
_tv_teletext=yes
fi
fi
fi
if test "$_tv_teletext" = yes ; then
_def_tv_teletext='#define HAVE_TV_TELETEXT 1'