-
- Downloads
windowscodecs: Move jpeg decoding to the unix lib.
Signed-off-by:Esme Povirk <esme@codeweavers.com> Signed-off-by:
Alexandre Julliard <julliard@winehq.org>
Showing
- dlls/windowscodecs/Makefile.in 1 addition, 0 deletionsdlls/windowscodecs/Makefile.in
- dlls/windowscodecs/decoder.c 7 additions, 0 deletionsdlls/windowscodecs/decoder.c
- dlls/windowscodecs/jpegformat.c 14 additions, 657 deletionsdlls/windowscodecs/jpegformat.c
- dlls/windowscodecs/libjpeg.c 464 additions, 0 deletionsdlls/windowscodecs/libjpeg.c
- dlls/windowscodecs/unix_lib.c 3 additions, 0 deletionsdlls/windowscodecs/unix_lib.c
- dlls/windowscodecs/wincodecs_private.h 2 additions, 0 deletionsdlls/windowscodecs/wincodecs_private.h
This diff is collapsed.
dlls/windowscodecs/libjpeg.c
0 → 100644
Please register or sign in to comment