[MPlayer-cvslog] r24474 - trunk/configure
    voroshil 
    subversion at mplayerhq.hu
       
    Fri Sep 14 18:50:42 CEST 2007
    
    
  
Author: voroshil
Date: Fri Sep 14 18:50:42 2007
New Revision: 24474
Log:
pthreads support is required for teletext
Modified:
   trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Fri Sep 14 18:50:42 2007
@@ -6827,7 +6827,7 @@ echores "$_tv_v4l2"
 echocheck "TV teletext interface"
 if test "$_tv_teletext" = auto ; then
   _tv_teletext=no
-  if test "$_freetype" = yes ; then
+  if test "$_freetype" = yes && test "$_pthreads" = yes ; then
     if test "$_tv_v4l2" = yes || test "$_v4l" = yes ; then
       _tv_teletext=yes
     fi
    
    
More information about the MPlayer-cvslog
mailing list