From da10277cd3d5d99ce7aa29d2f1f7306a2ba2fcdf Mon Sep 17 00:00:00 2001 From: 11rcombs Date: Sat, 25 Jan 2014 20:48:10 -0600 Subject: Build: Remove references to unimplemented ARM ASM --- libass/Makefile.am | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libass/Makefile.am') 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 -- cgit v1.2.3