changeset 30031:402038079faa

Fix compilation with internal ASS when no ass header is installed system-wide. Patch by Erik Auerswald [auerswal unix-ag.uni-kl.de]
author reimar
date Sat, 19 Dec 2009 20:59:58 +0000
parents 791920428fbd
children ba530eb3b2f7
files libass/ass_mp.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libass/ass_mp.h	Sat Dec 19 20:53:34 2009 +0000
+++ b/libass/ass_mp.h	Sat Dec 19 20:59:58 2009 +0000
@@ -24,7 +24,7 @@
 #define LIBASS_MP_H
 
 #include "subreader.h"
-#ifdef CONFIG_LIBASS_INTERNAL
+#ifdef CONFIG_ASS_INTERNAL
 #include "ass.h"
 #else
 #include <ass/ass.h>