summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2004-11-26 03:20:37 +0100
committerTor Andersson <tor@ghostscript.com>2004-11-26 03:20:37 +0100
commit6c9bcc6f41bb738c216fc810246f60576d9ec6e4 (patch)
treea98834bbc2491c417743760d2869d1c066962b16 /test
parente8696b4046767fcbfc05056c13f919fdeff65158 (diff)
downloadmupdf-6c9bcc6f41bb738c216fc810246f60576d9ec6e4.tar.xz
cpu dependent skeleton
Diffstat (limited to 'test')
-rw-r--r--test/x11pdf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/x11pdf.c b/test/x11pdf.c
index b02b2c58..46e95632 100644
--- a/test/x11pdf.c
+++ b/test/x11pdf.c
@@ -362,6 +362,8 @@ int main(int argc, char **argv)
if (argc - optind == 0)
usage();
+ fz_cpudetect();
+
filename = argv[optind++];
xopen();