Skip to content

Commit

Permalink
Include jpeg_skip/crop_scanlines() in jpeg7.dll
Browse files Browse the repository at this point in the history
... when the in-memory source/destination managers are included.
Oversight in 306e1d2 and
3ab68cf.
  • Loading branch information
dcommander committed Jan 19, 2017
1 parent 47b29e8 commit eb38b61
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
=====
Expand Down
2 changes: 2 additions & 0 deletions win/jpeg7-memsrcdst.def
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,5 @@ EXPORTS
jzero_far @ 103 ;
jpeg_mem_dest @ 104 ;
jpeg_mem_src @ 105 ;
jpeg_skip_scanlines @ 106 ;
jpeg_crop_scanline @ 107 ;

0 comments on commit eb38b61

Please sign in to comment.