[MPlayer-cvslog] r30073 - trunk/libass/ass_mp.h
reimar
subversion at mplayerhq.hu
Sat Dec 19 21:59:58 CET 2009
Author: reimar
Date: Sat Dec 19 21:59:58 2009
New Revision: 30073
Log:
Fix compilation with internal ASS when no ass header is installed system-wide.
Patch by Erik Auerswald [auerswal unix-ag.uni-kl.de]
Modified:
trunk/libass/ass_mp.h
Modified: trunk/libass/ass_mp.h
==============================================================================
--- trunk/libass/ass_mp.h Sat Dec 19 21:53:34 2009 (r30072)
+++ trunk/libass/ass_mp.h Sat Dec 19 21:59:58 2009 (r30073)
@@ -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>
More information about the MPlayer-cvslog
mailing list