[MPlayer-cvslog] r23989 - trunk/configure
diego
subversion at mplayerhq.hu
Wed Aug 1 13:05:07 CEST 2007
Author: diego
Date: Wed Aug 1 13:05:05 2007
New Revision: 23989
Log:
10l for committing untested changes, a test call was missing.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Wed Aug 1 13:05:05 2007
@@ -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
More information about the MPlayer-cvslog
mailing list