summaryrefslogtreecommitdiffstats
path: root/libass/Makefile.am
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-08-05 22:05:36 +0200
committerwm4 <wm4@nowhere>2015-08-05 22:05:36 +0200
commitcb1e749aa9ac421629cf8d443b7aac7dfdd2fe72 (patch)
treea89769f8d3abfd26c0e3f75f849cd02043090b98 /libass/Makefile.am
parentbaa5823cb56d86512a38fe8354fee1ca07627c9f (diff)
downloadlibass-cb1e749aa9ac421629cf8d443b7aac7dfdd2fe72.tar.bz2
libass-cb1e749aa9ac421629cf8d443b7aac7dfdd2fe72.tar.xz
Rename dwrite.h, minor cleanups
Rename dwrite.h to dwrite_c.h to make the difference between the official header and ours clearer. Also apply minor cleanups to it. Remove the patch against upstream MinGW; it's pointless now.
Diffstat (limited to 'libass/Makefile.am')
-rw-r--r--libass/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libass/Makefile.am b/libass/Makefile.am
index 2d7bc44a..b6965c98 100644
--- a/libass/Makefile.am
+++ b/libass/Makefile.am
@@ -19,7 +19,7 @@ SRC_INTEL_RASTERIZER = x86/rasterizer.asm
SRC_RASTERIZER = ass_rasterizer.h ass_rasterizer.c ass_rasterizer_c.c
-SRC_DIRECTWRITE = ass_directwrite.c ass_directwrite.h dwrite.h
+SRC_DIRECTWRITE = ass_directwrite.c ass_directwrite.h dwrite_c.h
lib_LTLIBRARIES = libass.la
libass_la_SOURCES = ass.c ass_cache.c ass_font.c ass_fontselect.c ass_render.c \