Bug 693668 - Use MuPDF in Windows Phone 8 / Windows 8 RT
Summary: Use MuPDF in Windows Phone 8 / Windows 8 RT
Status: RESOLVED FIXED
Alias: None
Product: MuPDF
Classification: Unclassified
Component: mupdf (show other bugs)
Version: unspecified
Hardware: PC Windows 8
: P4 normal
Assignee: MuPDF bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-27 19:06 UTC by Misha Uliutin
Modified: 2014-05-06 07:08 UTC (History)
2 users (show)

See Also:
Customer:
Word Size: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Misha Uliutin 2013-02-27 19:06:27 UTC
I've created thin wrapper under MuPDF for WP8 and Windows 8 RT as WinRT component - https://github.com/MishaUliutin/MuPDF.WinRT.
But there are some problems with build under ARM configuration
 1. asm extension is disabled on this architecture and there is asm in OpenJpeg library and OpenJpeg guys have already done change - https://code.google.com/p/openjpeg/source/detail?r=2299. Could you pull it to your repository?
 2. there is no struct timeval in Windows 8 RT and you use it in mupdf/fitz/base_time.c file. Could you add conditional compilation for this?