Gnash - The GNU Flash player - Patches: patch #9873, correct compilation due libgif 5.2
You are not allowed to post comments on this tracker with your current authentication level.
patch #9873: correct compilation due libgif 5.2
Submitter: | david <marius851000> | ||
Submitted: | Wed 13 Nov 2019 04:04:08 PM UTC | ||
Category: | None | Priority: | 5 - Normal |
Status: | None | Privacy: | Public |
Assigned to: | None | Open/Closed: | Open |
Attached Files
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follows 1 latest change.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2019-11-13 | marius851000 | Attached File | - | ![]() |
Added DGifCloseFile-update.patch, #47859 |
The code to detect the libgif version think that it should use the old call convention for DGifCloseFile with libgif 5.2.
The patch, rather than checking that the minor version is 1, check that it isn't 0. I have just tested with libgif 5.2, not with 5.0 or older version.