Skip to content

sdl3_image: add SUPPORT_SAVE_WEBP support for Android (SDL_image 3.4.0+) #3287

@DexerBR

Description

@DexerBR

SDL_image 3.4.0 added IMG_SaveWEBP, but building with SUPPORT_SAVE_WEBP=true fails with linker errors (WebPAnimEncoderNewInternal, WebPMuxCreateInternal, etc.) because libwebpmux and libwebpenc are not compiled or linked.

Current workaround: SUPPORT_SAVE_WEBP := false (matches older SDL_image releases).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions