File tree Expand file tree Collapse file tree
external/sources/SDL3_image-3.2.4 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -120,12 +120,12 @@ option(SDLIMAGE_PCX "Support loading PCX images" OFF)
120120option (SDLIMAGE_PNG "Support loading PNG images" ON )
121121option (SDLIMAGE_PNM "Support loading PNM images" OFF )
122122option (SDLIMAGE_QOI "Support loading QOI images" OFF )
123- option (SDLIMAGE_SVG "Support loading SVG images" ON )
124- option (SDLIMAGE_TGA "Support loading TGA images" ON )
125- option (SDLIMAGE_TIF "Support loading TIFF images" ON )
123+ option (SDLIMAGE_SVG "Support loading SVG images" OFF )
124+ option (SDLIMAGE_TGA "Support loading TGA images" OFF )
125+ option (SDLIMAGE_TIF "Support loading TIFF images" OFF )
126126option (SDLIMAGE_WEBP "Support loading WEBP images" ON )
127127option (SDLIMAGE_XCF "Support loading XCF images" OFF )
128- option (SDLIMAGE_XPM "Support loading XPM images" OFF )
128+ option (SDLIMAGE_XPM "Support loading XPM images" ON )
129129option (SDLIMAGE_XV "Support loading XV images" OFF )
130130
131131cmake_dependent_option (SDLIMAGE_AVIF_SAVE "Add AVIF save support" OFF SDLIMAGE_AVIF OFF )
You can’t perform that action at this time.
0 commit comments