From 8b6dca72c6e0fa481bb2889ce5f765c438396549 Mon Sep 17 00:00:00 2001 From: reimar Date: Sat, 19 Dec 2009 20:59:58 +0000 Subject: Fix compilation with internal ASS when no ass header is installed system-wide. Patch by Erik Auerswald [auerswal unix-ag.uni-kl.de] git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30073 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libass/ass_mp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libass/ass_mp.h b/libass/ass_mp.h index 1c013c0db9..fb99386351 100644 --- a/libass/ass_mp.h +++ b/libass/ass_mp.h @@ -24,7 +24,7 @@ #define LIBASS_MP_H #include "subreader.h" -#ifdef CONFIG_LIBASS_INTERNAL +#ifdef CONFIG_ASS_INTERNAL #include "ass.h" #else #include -- cgit v1.2.3