10l for committing untested changes, a test call was missing.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23989 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-08-01 11:05:05 +00:00
parent 52457d438e
commit c834a1ef80
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -6741,7 +6741,7 @@ echores "$_tv_v4l2"
echocheck "TV teletext interface"
if test "$_tv_teletext" = auto ; then
_tv_teletext=no
if "$_freetype" = yes ; then
if test "$_freetype" = yes ; then
if test "$_tv_v4l2" = yes || test "$_v4l" = yes ; then
_tv_teletext=yes
fi