]> granicus.if.org Git - libjpeg-turbo/commitdiff
Include jpeg_skip/crop_scanlines() in jpeg7.dll
authorDRC <information@libjpeg-turbo.org>
Thu, 19 Jan 2017 22:44:10 +0000 (16:44 -0600)
committerDRC <information@libjpeg-turbo.org>
Thu, 19 Jan 2017 22:44:10 +0000 (16:44 -0600)
... when the in-memory source/destination managers are included.
Oversight in 306e1d2d778cf5a4d2a22ac847a31722b9fc2845 and
3ab68cf563f6edc2608c085f5c8b2d5d5c61157e.

ChangeLog.md
win/jpeg7-memsrcdst.def

index 182ee3ef72ce9457362cd8b77848999548ffa21f..93b668784dce45b991d7dfe3d7c00dcc2e86c779 100644 (file)
@@ -16,6 +16,12 @@ was accidentally enabled by default.)
 4. libjpeg-turbo should now build and run with full AltiVec SIMD acceleration
 on PowerPC-based AmigaOS 4 and OpenBSD systems.
 
+5. Fixed build and runtime errors on Windows that occurred when building
+libjpeg-turbo with libjpeg v7 API/ABI emulation and the in-memory
+source/destination managers.  Due to an oversight, the `jpeg_skip_scanlines()`
+and `jpeg_crop_scanlines()` functions were not being included in jpeg7.dll when
+libjpeg-turbo was built with `-DWITH_JPEG7=1` and `-DWITH_MEMSRCDST=1`.
+
 
 1.5.1
 =====
index 8c9f517abfee91885e6e2a41ae8b0a65ea381075..37a4777814e40bba169b14e25ca5374b53c98a3d 100644 (file)
@@ -104,3 +104,5 @@ EXPORTS
        jzero_far @ 103 ; 
        jpeg_mem_dest @ 104 ; 
        jpeg_mem_src @ 105 ; 
+       jpeg_skip_scanlines @ 106 ; 
+       jpeg_crop_scanline @ 107 ;