- update to 2.4.10
This commit is contained in:
parent
966a48980f
commit
c12e4aa8b9
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
libgphoto2-2.4.9.tar.bz2
|
||||
libgphoto2-2.4.10.tar.bz2
|
||||
|
12
gphoto2-badcode.patch
Normal file
12
gphoto2-badcode.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -up libgphoto2-2.4.10/camlibs/st2205/st2205_decode.c.badcode libgphoto2-2.4.10/camlibs/st2205/st2205_decode.c
|
||||
--- libgphoto2-2.4.10/camlibs/st2205/st2205_decode.c.badcode 2010-08-15 13:19:03.000000000 +0200
|
||||
+++ libgphoto2-2.4.10/camlibs/st2205/st2205_decode.c 2010-08-17 13:56:01.622642483 +0200
|
||||
@@ -421,7 +421,7 @@ st2205_rgb565_to_rgb24(CameraPrivateLibr
|
||||
|
||||
int
|
||||
st2205_rgb24_to_rgb565(CameraPrivateLibrary *pl, int **src,
|
||||
- unsigned char *dest);
|
||||
+ unsigned char *dest)
|
||||
{
|
||||
return GP_ERROR_NOT_SUPPORTED;
|
||||
}
|
Loading…
Reference in New Issue
Block a user