pthreads support is required for teletext

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24474 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
voroshil 2007-09-14 16:50:42 +00:00
parent 37fbb9e2b0
commit b7f2c746cc
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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