summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-12-19 20:59:58 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-12-19 20:59:58 +0000
commit8b6dca72c6e0fa481bb2889ce5f765c438396549 (patch)
treee648e8e6fcbddac73cb7cfbcd056c0fd19850f01
parent300d40bed3c9e3b443c18c5c7ef95d067c690d2e (diff)
downloadmpv-8b6dca72c6e0fa481bb2889ce5f765c438396549.tar.bz2
mpv-8b6dca72c6e0fa481bb2889ce5f765c438396549.tar.xz
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
-rw-r--r--libass/ass_mp.h2
1 files changed, 1 insertions, 1 deletions
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 <ass/ass.h>