From: 11rcombs Date: Sun, 26 Jan 2014 02:48:10 +0000 (-0600) Subject: Build: Remove references to unimplemented ARM ASM X-Git-Tag: 0.11.0~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=da10277cd3d5d99ce7aa29d2f1f7306a2ba2fcdf;p=libass Build: Remove references to unimplemented ARM ASM --- diff --git a/libass/Makefile.am b/libass/Makefile.am index ddd5acf..30bca95 100644 --- a/libass/Makefile.am +++ b/libass/Makefile.am @@ -14,7 +14,6 @@ LIBASS_LT_AGE = 0 SRC_INTEL = x86/blend_bitmaps.asm x86/cpuid.asm SRC_INTEL64 = x86/be_blur.asm -SRC_ARM = arm/blend_bitmaps.S lib_LTLIBRARIES = libass.la libass_la_SOURCES = ass.c ass_cache.c ass_font.c ass_fontconfig.c ass_render.c \ @@ -58,9 +57,6 @@ ASFLAGS += -f win64 endif endif endif -if ARM -libass_la_SOURCES += $(SRC_ARM) -endif endif assheadersdir = $(includedir)/ass