0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

Never include ass.h and ass_types.h directly, use ass_mp.h instead.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30067 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2009-12-19 15:32:17 +00:00
parent 1f4109d85e
commit 4ab63df7af
3 changed files with 1 additions and 3 deletions

View File

@ -39,7 +39,6 @@
#include "stream/stream_dvd.h" #include "stream/stream_dvd.h"
#endif #endif
#include "stream/stream_dvdnav.h" #include "stream/stream_dvdnav.h"
#include "libass/ass.h"
#include "libass/ass_mp.h" #include "libass/ass_mp.h"
#include "m_struct.h" #include "m_struct.h"
#include "libmenu/menu.h" #include "libmenu/menu.h"

View File

@ -26,7 +26,7 @@
#include "stream/stream.h" #include "stream/stream.h"
#ifdef CONFIG_ASS #ifdef CONFIG_ASS
#include "libass/ass_types.h" #include "libass/ass_mp.h"
#endif #endif
#ifdef HAVE_BUILTIN_EXPECT #ifdef HAVE_BUILTIN_EXPECT

View File

@ -19,7 +19,6 @@
double sub_last_pts = -303; double sub_last_pts = -303;
#ifdef CONFIG_ASS #ifdef CONFIG_ASS
#include "libass/ass.h"
#include "libass/ass_mp.h" #include "libass/ass_mp.h"
ass_track_t* ass_track = 0; // current track to render ass_track_t* ass_track = 0; // current track to render
#endif #endif