1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-11 17:39:38 +00:00

Remove more direct includes of libass/ass.h

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30105 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2009-12-24 10:26:29 +00:00
parent a0601ed256
commit 2908957147
8 changed files with 0 additions and 8 deletions

View File

@ -32,7 +32,6 @@
#include "libvo/video_out.h"
#include "stream/stream.h"
#include "libmpdemux/demuxer.h"
#include "libass/ass.h"
#include "libass/ass_mp.h"
#include "cfg.h"

View File

@ -46,7 +46,6 @@
#include "mixer.h"
#include "libaf/af.h"
#include "libaf/equalizer.h"
#include "libass/ass.h"
#include "libass/ass_mp.h"
extern af_cfg_t af_cfg;

View File

@ -41,7 +41,6 @@
#include "m_option.h"
#include "m_struct.h"
#include "libass/ass.h"
#include "libass/ass_mp.h"
#define _r(c) ((c)>>24)

View File

@ -11,7 +11,6 @@
#include "libvo/video_out.h"
#ifdef CONFIG_ASS
#include "libass/ass.h"
#include "libass/ass_mp.h"
extern ass_track_t* ass_track;
#endif

View File

@ -35,7 +35,6 @@
#include "gui/interface.h"
#endif
#include "fastmemcpy.h"
#include "libass/ass.h"
#include "libass/ass_mp.h"
static const vo_info_t info =

View File

@ -50,7 +50,6 @@
#include "libavutil/common.h"
#include "libavutil/mathematics.h"
#include "libass/ass.h"
#include "libass/ass_mp.h"
static vo_info_t info = {

View File

@ -213,7 +213,6 @@ void mplayer_put_key(int code)
{
}
#include "libass/ass.h"
#include "libass/ass_mp.h"
char *current_module;
#include "mpcommon.h"

View File

@ -315,7 +315,6 @@ char *vobsub_name=NULL;
int subcc_enabled=0;
int suboverlap_enabled = 1;
#include "libass/ass.h"
#include "libass/ass_mp.h"
char* current_module=NULL; // for debugging