diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-08-01 11:05:05 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-08-01 11:05:05 +0000 |
commit | c834a1ef805f8437202720302e63b477656d4384 (patch) | |
tree | 34080caac286522d983a9fee14fbd399784a4ed0 /configure | |
parent | 52457d438e0447fefd14f2954ebdfd41c4f354f3 (diff) |
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
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |