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

Fix compilation broken in previous commit.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21338 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
eugeni 2006-11-27 17:53:33 +00:00
parent 65dbd03fed
commit 07786c1275
2 changed files with 2 additions and 2 deletions

View File

@ -28,9 +28,9 @@
#include "mputils.h"
#include "ass_fontconfig.h"
#include "ass_font.h"
#include "ass_bitmap.h"
#include "ass_cache.h"
#include "ass_font.h"
#define MAX_FONT_CACHE_SIZE 100

View File

@ -32,12 +32,12 @@
#include "mputils.h"
#include "ass.h"
#include "ass_font.h"
#include "ass_bitmap.h"
#include "ass_cache.h"
#include "ass_utils.h"
#include "ass_fontconfig.h"
#include "ass_library.h"
#include "ass_font.h"
#define MAX_GLYPHS 1000
#define MAX_LINES 100