internals:windows:libs:libjpeg

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
internals:windows:libs:libjpeg [2008/05/31 16:30] pajoyeinternals:windows:libs:libjpeg [2017/09/22 13:28] (current) – external edit 127.0.0.1
Line 4: Line 4:
 ===== Available prebuilt libraries ===== ===== Available prebuilt libraries =====
  
-All prebuilt libraries are available in the php-libs [[http://pecl2.php.net/downloads/php-windows-builds/php-libs/|repositories]]+All prebuilt libraries are available in the php-libs [[http://windows.php.net/downloads/php-sdk/deps/|repositories]]
  
 The filename format is: The filename format is:
Line 14: Line 14:
 Only static library (.lib) are available for now. Only static library (.lib) are available for now.
  
-===== Building LibJpeg 6b =====+===== Building libjpeg 8d =====
  
  
  
 ==== Requirements ===== ==== Requirements =====
-  * LibJpeg Sources, fetch our patched (see below) [[http://pecl2.php.net/downloads/php-windows-builds/source/|version]] or the original [[http://www.ijg.org|sources]+  * LibJpeg Sources, fetch our (possibly patched) [[https://github.com/winlibs/libjpeg|version]] or the original [[http://www.ijg.org|sources]
   * Common tools used to compile PHP   * Common tools used to compile PHP
  
Line 28: Line 28:
  
 <code makefile> <code makefile>
-CFLAGS= $(cflags) $(cdebug) $(cvars) -I. /MT+CFLAGS= $(cflags) $(cdebug) $(cvars) -I. /MD
 </code>  </code> 
  
Line 57: Line 57:
 </code> </code>
  
 +For VC11 you might need to copy the win32.mak from the Windows SDK file into the jpeg source dir.
internals/windows/libs/libjpeg.1212251423.txt.gz · Last modified: 2017/09/22 13:28 (external edit)