comparison libass/ass_mp.h @ 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 868442ec038e
children d5d20b8256b7
comparison
equal deleted inserted replaced
30030:791920428fbd 30031:402038079faa
22 22
23 #ifndef LIBASS_MP_H 23 #ifndef LIBASS_MP_H
24 #define LIBASS_MP_H 24 #define LIBASS_MP_H
25 25
26 #include "subreader.h" 26 #include "subreader.h"
27 #ifdef CONFIG_LIBASS_INTERNAL 27 #ifdef CONFIG_ASS_INTERNAL
28 #include "ass.h" 28 #include "ass.h"
29 #else 29 #else
30 #include <ass/ass.h> 30 #include <ass/ass.h>
31 #endif 31 #endif
32 32