summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libass/Makefile.am4
1 files changed, 0 insertions, 4 deletions
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