|
20 | 20 | 'formats': 'A comma separated list of formats (ex: --use-port=sdl2_image:formats=png,jpg)',
|
21 | 21 | }
|
22 | 22 |
|
23 |
| -SUPPORTED_FORMATS = {'avif', 'bmp', 'gif', 'jpg', 'jxl', 'lbm', 'pcx', 'png', |
24 |
| - 'pnm', 'qoi', 'svg', 'tga', 'tif', 'webp', 'xcf', 'xpm', 'xv'} |
| 23 | +SUPPORTED_FORMATS = {'bmp', 'gif', 'jpg', 'lbm', 'pcx', 'png', |
| 24 | + 'pnm', 'qoi', 'svg', 'tga', 'xcf', 'xpm', 'xv'} |
25 | 25 |
|
26 | 26 | # user options (from --use-port)
|
27 | 27 | opts: Dict[str, Set] = {
|
@@ -58,8 +58,8 @@ def create(final):
|
58 | 58 | src_dir = ports.get_dir('sdl2_image', 'SDL_image-' + TAG)
|
59 | 59 | ports.install_headers(src_dir, target='SDL2')
|
60 | 60 | srcs = '''IMG.c IMG_bmp.c IMG_gif.c IMG_jpg.c IMG_lbm.c IMG_pcx.c IMG_png.c IMG_pnm.c IMG_tga.c
|
61 |
| - IMG_tif.c IMG_xcf.c IMG_xpm.c IMG_xv.c IMG_webp.c IMG_ImageIO.m |
62 |
| - IMG_avif.c IMG_jxl.c IMG_svg.c IMG_qoi.c'''.split() |
| 61 | + IMG_xcf.c IMG_xpm.c IMG_xv.c IMG_ImageIO.m |
| 62 | + IMG_svg.c IMG_qoi.c'''.split() |
63 | 63 |
|
64 | 64 | flags = ['-sUSE_SDL=2', '-Wno-format-security']
|
65 | 65 |
|
|
0 commit comments