This commit is contained in:
parent
231b5a5148
commit
24e1e57516
@ -1,26 +0,0 @@
|
||||
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
|
Loading…
x
Reference in New Issue
Block a user