Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • bob.io.image bob.io.image
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • bobbob
  • bob.io.imagebob.io.image
  • Repository
Switch branch/tag
  • bob.io.image
  • bob
  • io
  • image
  • cpp
  • gif.cpp
Find file BlameHistoryPermalink
  • Amir MOHAMMADI's avatar
    Include copy of GifQuantizeBuffer function from giflib · 5d9dd96d
    Amir MOHAMMADI authored Nov 06, 2020
    From https://github.com/coin3d/simage/pull/33
    giflib 5.1.9 and above removes the GifQuantizeBuffer() function used in
    simage_gif.c (see https://sourceforge.net/p/giflib/bugs/132/ and
    https://sourceforge.net/p/giflib/bugs/142/).
    
    The fix is either to remove the related check in simage_gif.c or to include a
    copy of the function as encouraged by giflib, due the util library not being
    included in installed versions of giflib (license is MIT):
    
        The undocumented and deprecated GifQuantizeBuffer() entry point has been
        moved to the util library to reduce libgif size and attack surface.
        Applications needing this function are couraged to link the util library or
        make their own copy.
    5d9dd96d