From 021080a98285fa07b7b6d2efd96f850e0dc87f53 Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Mon, 13 Dec 2021 20:11:20 +0300 Subject: [PATCH] added qoi support to os2 makefile. --- Makefile.os2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.os2 b/Makefile.os2 index b2ec6190d..69e283f74 100644 --- a/Makefile.os2 +++ b/Makefile.os2 @@ -19,7 +19,7 @@ DEPS_LIB=C:\SDL2DEV\lib 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_svg.c IMG_tga.c IMG_tif.c IMG_xcf.c IMG_xpm.c IMG_xv.c & - IMG_webp.c + IMG_webp.c IMG_qoi.c LIBS = libpng.lib libtiff.lib zlib.lib jpeg.lib webpdec.lib SDL2.lib @@ -38,7 +38,7 @@ CFLAGS+= -DBUILD_SDL # wanted formats: CFLAGS+= -DLOAD_JPG -DLOAD_PNG -DLOAD_BMP -DLOAD_GIF -DLOAD_LBM & -DLOAD_PCX -DLOAD_PNM -DLOAD_TGA -DLOAD_XCF -DLOAD_XPM & - -DLOAD_XV -DLOAD_SVG -DLOAD_TIF -DLOAD_WEBP + -DLOAD_XV -DLOAD_SVG -DLOAD_TIF -DLOAD_WEBP -DLOAD_QOI .extensions: