changeset 34012:fceaeb11f890

libass: always use sub/mp_ass.h instead of #including libass headers directly sub/mp_ass.h contains the logic to decide whether to #include the system or the MPlayer-internal header. Fixes Bugzilla #1850. patch by Gus Wirth, gwirth79 gmail com
author diego
date Mon, 12 Sep 2011 23:08:39 +0000
parents 88eebbbbd6a0
children 18dfcac48055
files libmpdemux/demuxer.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdemux/demuxer.c	Sun Sep 11 10:33:13 2011 +0000
+++ b/libmpdemux/demuxer.c	Mon Sep 12 23:08:39 2011 +0000
@@ -46,7 +46,6 @@
 #include "libmpcodecs/dec_teletext.h"
 
 #ifdef CONFIG_ASS
-#include "libass/ass.h"
 #include "sub/ass_mp.h"
 #endif