summaryrefslogtreecommitdiffstats
path: root/sub/ass_mp.h
diff options
context:
space:
mode:
Diffstat (limited to 'sub/ass_mp.h')
-rw-r--r--sub/ass_mp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sub/ass_mp.h b/sub/ass_mp.h
index 52c793c9b7..27d09d8acd 100644
--- a/sub/ass_mp.h
+++ b/sub/ass_mp.h
@@ -36,7 +36,7 @@
// m_color argument
#define MP_ASS_COLOR(c) MP_ASS_RGBA((c).r, (c).g, (c).b, (c).a)
-#ifdef CONFIG_ASS
+#if HAVE_LIBASS
#include <ass/ass.h>
#include <ass/ass_types.h>
@@ -62,5 +62,5 @@ struct sub_bitmaps;
void mp_ass_render_frame(ASS_Renderer *renderer, ASS_Track *track, double time,
struct sub_bitmap **parts, struct sub_bitmaps *res);
-#endif /* CONFIG_ASS */
+#endif /* HAVE_LIBASS */
#endif /* MPLAYER_ASS_MP_H */