summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorvoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-14 16:50:42 +0000
committervoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-14 16:50:42 +0000
commitb7f2c746cc9bfd8e2b957495f258f1381c18ce7b (patch)
treeb338a95ac19fb67693091380c17b3440d96e780b /configure
parent37fbb9e2b0ba2163ecd932d00cd53a800255ba1b (diff)
downloadmpv-b7f2c746cc9bfd8e2b957495f258f1381c18ce7b.tar.bz2
mpv-b7f2c746cc9bfd8e2b957495f258f1381c18ce7b.tar.xz
pthreads support is required for teletext
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24474 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index cd1a7cb577..4a57c9f5b5 100755
--- a/configure
+++ b/configure
@@ -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