summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-10-03 20:13:04 +0200
committerwm4 <wm4@nowhere>2015-10-03 20:18:05 +0200
commitccd27dc51ccbf2b68e562a3856b02fb12b1d5cd2 (patch)
tree57849ade72b3dfaaebfe890183e500c614471734
parent15380c9fbcbd33fae2d0382734c6f25a94daa5bf (diff)
downloadlibass-ccd27dc51ccbf2b68e562a3856b02fb12b1d5cd2.tar.bz2
libass-ccd27dc51ccbf2b68e562a3856b02fb12b1d5cd2.tar.xz
build: add missing new source files
The ass_func_template.h entry was removed with commit c22a4ff9. utils.asm is really new.
-rw-r--r--libass/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/libass/Makefile.am b/libass/Makefile.am
index cf075bb..62c2198 100644
--- a/libass/Makefile.am
+++ b/libass/Makefile.am
@@ -13,7 +13,8 @@ yasm_verbose_0 = @echo " YASM " $@;
.asm.lo:
$(yasm_verbose)$(LIBTOOL) $(AM_V_lt) --tag=CC --mode=compile $(AS) $(ASFLAGS) -o $@ $< -prefer-non-pic
-SRC_INTEL = x86/blend_bitmaps.asm x86/blur.asm x86/cpuid.asm x86/cpuid.h
+SRC_INTEL = x86/blend_bitmaps.asm x86/blur.asm x86/cpuid.asm x86/utils.asm \
+ x86/cpuid.h
SRC_INTEL64 = x86/be_blur.asm
SRC_INTEL_RASTERIZER = x86/rasterizer.asm
@@ -30,7 +31,7 @@ libass_la_SOURCES = ass.c ass_cache.c ass_font.c ass_fontselect.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 ass_fontconfig.c ass_fontconfig.h \
- ass_string.h ass_string.c ass_compat.h
+ ass_string.h ass_string.c ass_compat.h ass_func_template.h
libass_la_LDFLAGS = -no-undefined -version-info $(LIBASS_LT_CURRENT):$(LIBASS_LT_REVISION):$(LIBASS_LT_AGE)
libass_la_LDFLAGS += -export-symbols $(srcdir)/libass.sym