diff options
Diffstat (limited to 'debian/patches/0025_nxcomp-fix-ftbfs-against-jpeg9a.full+lite.patch')
-rw-r--r-- | debian/patches/0025_nxcomp-fix-ftbfs-against-jpeg9a.full+lite.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/debian/patches/0025_nxcomp-fix-ftbfs-against-jpeg9a.full+lite.patch b/debian/patches/0025_nxcomp-fix-ftbfs-against-jpeg9a.full+lite.patch index 66ca8c33e..ca556b193 100644 --- a/debian/patches/0025_nxcomp-fix-ftbfs-against-jpeg9a.full+lite.patch +++ b/debian/patches/0025_nxcomp-fix-ftbfs-against-jpeg9a.full+lite.patch @@ -1,8 +1,8 @@ Description: Fix FTBFS when built against libjpeg9a Author: Gabriel Marcano <gabemarcano@yahoo.com> ---- a/nxcomp/Jpeg.cpp 2014-08-19 22:23:36.139072400 -0400 -+++ b/nxcomp/Jpeg.cpp 2014-08-19 22:25:24.323182800 -0400 -@@ -440,7 +440,7 @@ +--- a/nxcomp/Jpeg.cpp ++++ b/nxcomp/Jpeg.cpp +@@ -440,7 +440,7 @@ int DecompressJpeg16(unsigned char *comp JpegSetSrcManager(&cinfo, compressedData, compressedLen); @@ -11,7 +11,7 @@ Author: Gabriel Marcano <gabemarcano@yahoo.com> if (jpegError) goto AbortDecompressJpeg16; -@@ -581,7 +581,7 @@ +@@ -581,7 +581,7 @@ int DecompressJpeg24(unsigned char *comp JpegSetSrcManager(&cinfo, compressedData, compressedLen); @@ -20,7 +20,7 @@ Author: Gabriel Marcano <gabemarcano@yahoo.com> if (jpegError) goto AbortDecompressJpeg24; -@@ -718,7 +718,7 @@ +@@ -718,7 +718,7 @@ int DecompressJpeg32(unsigned char *comp JpegSetSrcManager(&cinfo, compressedData, compressedLen); @@ -29,7 +29,7 @@ Author: Gabriel Marcano <gabemarcano@yahoo.com> if (jpegError) goto AbortDecompressJpeg32; -@@ -833,7 +833,7 @@ +@@ -833,7 +833,7 @@ static boolean JpegFillInputBuffer(j_dec jpegSrcManager.bytes_in_buffer = jpegBufferLen; jpegSrcManager.next_input_byte = (JOCTET *)jpegBufferPtr; |