Commit e6bd854
authored
reduce SDL2_Image's dependency chain
For the same reasons as outlined in fabiangreffrath@53ce004, this commit reduces SDL2_Image's dependency chain to only one hard dependency on libpng.
While PNG support is absolutely expected from an image processing library, support for TIFF, JPEG and WEBP is demoted to soft dependencies which rely on the corresponding libraries being installed and available to get opened at run-time.1 parent 96dae53 commit e6bd854
1 file changed
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 31 | + | |
35 | 32 | | |
36 | 33 | | |
37 | 34 | | |
| |||
0 commit comments