Update pdf metadata libraries (poppler/podofo) to latest versions in windows build

This commit is contained in:
Kovid Goyal 2010-10-26 13:18:14 -06:00
parent ae1e165aa3
commit 44c3ba638e
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ reflow_error = poppler_error if poppler_error else magick_error
pdfreflow_libs = [] pdfreflow_libs = []
if iswindows: if iswindows:
pdfreflow_libs = ['advapi32', 'User32', 'Gdi32'] pdfreflow_libs = ['advapi32', 'User32', 'Gdi32', 'zlib']
extensions = [ extensions = [

View File

@ -213,7 +213,7 @@ It contains correct fonts.conf etc.
poppler poppler
------------- -------------
In Cmake: disable GTK, Qt, OPenjpeg, zlib, lcms, gtk_tests, qt_tests. Enable qt4, jpeg, png and zlib In Cmake: disable GTK, Qt, OPenjpeg, cpp, lcms, gtk_tests, qt_tests. Enable qt4, jpeg, png and zlib
NOTE: poppler must be built as a static library, unless you build the qt4 bindings NOTE: poppler must be built as a static library, unless you build the qt4 bindings