diff options
author | Tor Andersson <tor@ghostscript.com> | 2004-12-07 14:46:32 +0100 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2004-12-07 14:46:32 +0100 |
commit | 25a178ec4d53df16d5166760600f76bedf20ee74 (patch) | |
tree | b3361d31c77892bf2283f0662d4bacfc4b8cc87e /base/cpudep.c | |
parent | d02604ad574957498e4431afbd33662ccb113f9d (diff) | |
download | mupdf-25a178ec4d53df16d5166760600f76bedf20ee74.tar.xz |
rewrite gouraud shader
Diffstat (limited to 'base/cpudep.c')
-rw-r--r-- | base/cpudep.c | 6 |
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> |