Description: Change GIFLIB_MINOR to allow matching with v5.2+ Source: https://savannah.gnu.org/patch/index.php?9873 Author: marius851000 diff --git a/libbase/GnashImageGif.cpp b/libbase/GnashImageGif.cpp index 2ae5ddb..b87b1e7 100644 --- a/libbase/GnashImageGif.cpp +++ b/libbase/GnashImageGif.cpp @@ -120,7 +120,7 @@ GifInput::GifInput(std::shared_ptr in) GifInput::~GifInput() { // Clean up allocated data. -#if GIFLIB_MAJOR==5 && GIFLIB_MINOR==1 +#if GIFLIB_MAJOR==5 && GIFLIB_MINOR!=0 DGifCloseFile(_gif, 0); #else DGifCloseFile(_gif); ='form'>
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/tests/install.scm
AgeCommit message (Expand)Author
2024-05-27tests: install: Use a default qemu machine for arm architectures....Efraim Flashner
2024-05-27tests: install: Add support for aarch64 UEFI tests....Efraim Flashner
2024-05-27gnu: Use new ovmf firmware packages....Efraim Flashner
2024-02-21tests: install: Fix encrypted-root-not-boot-os test....Oleg Pykhalov
2024-01-14tests: install: Fix encrypted-home-os, encrypted-home-os-key-file tests....Tomas Volf
2024-01-14tests: install: Fix encrypted-root-os test....Tomas Volf
2024-01-14tests: install: Use the smallest possible iteration time for LUKS....Tomas Volf
2024-01-14tests: Add `encrypted-home-os-key-file' installation test....Tomas Volf