summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2010-07-08 22:31:11 +0200
committerTor Andersson <tor@ghostscript.com>2010-07-08 22:31:11 +0200
commit839eda4994874c02cbaf546a40d374a4edb16539 (patch)
tree34ac89eef9fdb771f3d3fd96e32b42de5c5046a5 /Makefile
parent7f662f1e98e0b4717d06f1b667fb969d35e60274 (diff)
downloadmupdf-839eda4994874c02cbaf546a40d374a4edb16539.tar.xz
Remove unmaintained MMX optimized function and runtime detection.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1cc963c5..e0545614 100644
--- a/Makefile
+++ b/Makefile
@@ -74,7 +74,6 @@ $(CMAPDUMP_EXE): $(OBJDIR)/cmapdump.o
FITZ_HDR := fitz/fitz.h fitz/fitz_base.h fitz/fitz_draw.h fitz/fitz_stream.h
FITZ_SRC := $(addprefix fitz/, \
- base_cpudep.c \
base_error.c base_memory.c base_string.c base_unicode.c \
base_hash.c base_matrix.c base_rect.c \
crypt_aes.c crypt_arc4.c crypt_md5.c \