File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
external/sources/SDL3_image-3.2.4 Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -120,12 +120,12 @@ option(SDLIMAGE_PCX "Support loading PCX images" OFF)
120
120
option (SDLIMAGE_PNG "Support loading PNG images" ON )
121
121
option (SDLIMAGE_PNM "Support loading PNM images" OFF )
122
122
option (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 )
126
126
option (SDLIMAGE_WEBP "Support loading WEBP images" ON )
127
127
option (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 )
129
129
option (SDLIMAGE_XV "Support loading XV images" OFF )
130
130
131
131
cmake_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