summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authoriive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-30 22:26:42 +0000
committeriive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-30 22:26:42 +0000
commite7e138f2aae7b309f25a665bf39c7bf0bd33c22c (patch)
tree561d89b918018cc110d4a2106c58031405d66aa8 /configure
parent58726e195d6239f9886a67b323d9eb4a16fe76c8 (diff)
downloadmpv-e7e138f2aae7b309f25a665bf39c7bf0bd33c22c.tar.bz2
mpv-e7e138f2aae7b309f25a665bf39c7bf0bd33c22c.tar.xz
Make teletext depend on freetype. Fixes compilation failer (in sub.c).
The new teletext code modifies variables that are available only with freetype font rendering support. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23952 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 af0c710ce2..01a6ac9886 100755
--- a/configure
+++ b/configure
@@ -6740,7 +6740,7 @@ echores "$_tv_v4l2"
echocheck "TV teletext interface"
if test "$_tv_teletext" = auto ; then
- if test "$_tv_v4l2" = yes; then
+ if test "$_tv_v4l2" = yes && test "$_freetype" = yes ; then
_tv_teletext=yes
else
_tv_teletext=no