summaryrefslogtreecommitdiffstats
path: root/libass/Makefile
diff options
context:
space:
mode:
authoreugeni <eugeni@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-09-16 13:08:17 +0000
committereugeni <eugeni@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-09-16 13:08:17 +0000
commit867aa92076b8b4264e8e1a3378a1b6ed076da7f0 (patch)
tree67e35551c43ac77b304deb23289c14241c1f6679 /libass/Makefile
parent52204b1e9381b7c856be3e16dc795a97b041b068 (diff)
downloadmpv-867aa92076b8b4264e8e1a3378a1b6ed076da7f0.tar.bz2
mpv-867aa92076b8b4264e8e1a3378a1b6ed076da7f0.tar.xz
Store bitmap glyphs in a separate struct, instead of FreeType's internal buffer.
This is required for various bitmap modifications (like blur, outline and shadow). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19852 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libass/Makefile')
-rw-r--r--libass/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libass/Makefile b/libass/Makefile
index 3385a4c067..070c8529be 100644
--- a/libass/Makefile
+++ b/libass/Makefile
@@ -5,7 +5,7 @@ LIBNAME=libass.a
LIBS=$(LIBNAME)
-SRCS=ass.c ass_cache.c ass_fontconfig.c ass_render.c ass_utils.c ass_mp.c
+SRCS=ass.c ass_cache.c ass_fontconfig.c ass_render.c ass_utils.c ass_mp.c ass_bitmap.c
OBJS=$(SRCS:.c=.o)