Commit 9136134
Fix GifQuantizeBuffer signature conflict with system giflib
Update bundled giflib quantize.h and quantize.c to match the system
giflib signature by adding const qualifiers to input buffer parameters
(RedInput, GreenInput, BlueInput). This resolves compilation errors
when the bundled quantize.h conflicts with the system gif_lib.h header
which declares GifQuantizeBuffer with const input parameters.
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent 3b9d218 commit 9136134
2 files changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | | - | |
66 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments