summaryrefslogtreecommitdiffstats
path: root/libass/ass_func_template.h
diff options
context:
space:
mode:
authorDr.Smile <vabnick@gmail.com>2017-04-13 22:53:40 +0300
committerDr.Smile <vabnick@gmail.com>2017-07-31 05:34:03 +0300
commitef6cc020bc00118a5b142b37fe401327a029a1fc (patch)
treea3396b31bc83792b363cca797e4f8485babe0cb1 /libass/ass_func_template.h
parent305463c29a402298911f812b222f54a9f9457920 (diff)
downloadlibass-ef6cc020bc00118a5b142b37fe401327a029a1fc.tar.bz2
libass-ef6cc020bc00118a5b142b37fe401327a029a1fc.tar.xz
renderer: remove legacy FreeType rasterizer
Diffstat (limited to 'libass/ass_func_template.h')
-rw-r--r--libass/ass_func_template.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libass/ass_func_template.h b/libass/ass_func_template.h
index 3fea779..381d3fb 100644
--- a/libass/ass_func_template.h
+++ b/libass/ass_func_template.h
@@ -92,7 +92,6 @@ void DECORATE(blur1246_vert)(int16_t *dst, const int16_t *src,
const BitmapEngine DECORATE(bitmap_engine) = {
.align_order = ALIGN,
-#if CONFIG_RASTERIZER
#if CONFIG_LARGE_TILES
.tile_order = 5,
.fill_solid = DECORATE(fill_solid_tile32),
@@ -104,7 +103,6 @@ const BitmapEngine DECORATE(bitmap_engine) = {
.fill_halfplane = DECORATE(fill_halfplane_tile16),
.fill_generic = DECORATE(fill_generic_tile16),
#endif
-#endif
.add_bitmaps = DECORATE(add_bitmaps),
#ifdef __x86_64__