From: wm4 Date: Tue, 11 Jun 2013 11:55:07 +0000 (+0200) Subject: Allow building as DLL on Windows X-Git-Tag: 0.10.2~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e864a3b7a9cc657239fa7e5c0079d5ed1432a553;p=libass Allow building as DLL on Windows Patch by jon_y on IRC. --- diff --git a/libass/Makefile.am b/libass/Makefile.am index 142de68..d38c764 100644 --- a/libass/Makefile.am +++ b/libass/Makefile.am @@ -12,7 +12,7 @@ libass_la_SOURCES = ass.c ass_cache.c ass_font.c ass_fontconfig.c ass_render.c \ ass_drawing.h ass_cache_template.h ass_render.h \ ass_parse.c ass_parse.h ass_render_api.c ass_shaper.c \ ass_shaper.h ass_strtod.c -libass_la_LDFLAGS = -version-info $(LIBASS_LT_CURRENT):$(LIBASS_LT_REVISION):$(LIBASS_LT_AGE) +libass_la_LDFLAGS = -no-undefined -version-info $(LIBASS_LT_CURRENT):$(LIBASS_LT_REVISION):$(LIBASS_LT_AGE) libass_la_LDFLAGS += -export-symbols $(srcdir)/libass.sym assheadersdir = $(includedir)/ass