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
This commit is contained in:
iive 2007-07-30 22:26:42 +00:00
parent 58726e195d
commit e7e138f2aa
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

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