From c1d166be18a2cabbe0df2a1c6a704f04a97137cd Mon Sep 17 00:00:00 2001 From: reimar Date: Fri, 1 Jan 2010 18:51:59 +0000 Subject: Fix compilation if FreeType is not available, in particular do not try to build libass and use the internal ass.h as a stub for structs needed for EOSD. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30166 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 79a3395021..c3477e9f56 100755 --- a/configure +++ b/configure @@ -6154,6 +6154,7 @@ echocheck "SSA/ASS support" # libass depends on FreeType if test "$_freetype" = no ; then _ass=no + ass_internal=no _res_comment="FreeType support needed" fi @@ -6169,6 +6170,7 @@ EOF _ass=no cc_check $($_freetypeconfig --cflags) $($_freetypeconfig --libs) && _ass=yes if test "$_ass" = no ; then + ass_internal=no _res_comment="FreeType >= 2.1.8 needed" elif test "$ass_internal" = no ; then _res_comment="external" -- cgit v1.2.3