]> granicus.if.org Git - libass/commitdiff
build: add missing new source files
authorwm4 <wm4@nowhere>
Sat, 3 Oct 2015 18:13:04 +0000 (20:13 +0200)
committerwm4 <wm4@nowhere>
Sat, 3 Oct 2015 18:18:05 +0000 (20:18 +0200)
The ass_func_template.h entry was removed with commit c22a4ff9.
utils.asm is really new.

libass/Makefile.am

index cf075bbd1353531b856ac5518f1adda9a58ad486..62c2198994a34175b53659d21a7d4d7f680a2670 100644 (file)
@@ -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