Marcus Meissner
3048b27f96
in new libjpeg-turbo. OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=153
27 lines
906 B
Diff
27 lines
906 B
Diff
Index: libgphoto2-2.5.10/camlibs/ax203/jpeg_memsrcdest.h
|
|
===================================================================
|
|
--- libgphoto2-2.5.10.orig/camlibs/ax203/jpeg_memsrcdest.h
|
|
+++ libgphoto2-2.5.10/camlibs/ax203/jpeg_memsrcdest.h
|
|
@@ -1,7 +1,7 @@
|
|
#include <jpeglib.h>
|
|
|
|
void
|
|
-jpeg_mem_src (j_decompress_ptr cinfo, unsigned char * buffer,
|
|
+jpeg_mem_src (j_decompress_ptr cinfo, const unsigned char * buffer,
|
|
unsigned long bufsize);
|
|
|
|
void
|
|
Index: libgphoto2-2.5.10/camlibs/jl2005c/jpeg_memsrcdest.h
|
|
===================================================================
|
|
--- libgphoto2-2.5.10.orig/camlibs/jl2005c/jpeg_memsrcdest.h
|
|
+++ libgphoto2-2.5.10/camlibs/jl2005c/jpeg_memsrcdest.h
|
|
@@ -1,7 +1,7 @@
|
|
#include <jpeglib.h>
|
|
|
|
void
|
|
-jpeg_mem_src (j_decompress_ptr cinfo, unsigned char * buffer,
|
|
+jpeg_mem_src (j_decompress_ptr cinfo, const unsigned char * buffer,
|
|
unsigned long bufsize);
|
|
|
|
void
|