summaryrefslogtreecommitdiff
path: root/base/cpudep.c
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2004-12-07 14:46:32 +0100
committerTor Andersson <tor@ghostscript.com>2004-12-07 14:46:32 +0100
commit25a178ec4d53df16d5166760600f76bedf20ee74 (patch)
treeb3361d31c77892bf2283f0662d4bacfc4b8cc87e /base/cpudep.c
parentd02604ad574957498e4431afbd33662ccb113f9d (diff)
downloadmupdf-25a178ec4d53df16d5166760600f76bedf20ee74.tar.xz
rewrite gouraud shader
Diffstat (limited to 'base/cpudep.c')
-rw-r--r--base/cpudep.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/base/cpudep.c b/base/cpudep.c
index d4bd1a6c..b9e7b36a 100644
--- a/base/cpudep.c
+++ b/base/cpudep.c
@@ -205,6 +205,12 @@ static __attribute__((constructor, used)) void fzcpudetect(void)
fz_cpudetect();
}
+#ifndef HAVE_CPUDEP
+void fz_accelerate(void)
+{
+}
+#endif
+
#ifdef TEST
#include <stdio.h>