Bug 693668

Summary: Use MuPDF in Windows Phone 8 / Windows 8 RT
Product: MuPDF Reporter: Misha Uliutin <mishaulyutin>
Component: mupdfAssignee: MuPDF bugs <mupdf-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: jackie.rosen, tor.andersson
Priority: P4    
Version: unspecified   
Hardware: PC   
OS: Windows 8   
Customer: Word Size: ---

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?