Skip to content

Commit

Permalink
added qoi support to os2 makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Dec 13, 2021
1 parent de7509f commit 021080a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.os2
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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:
Expand Down

0 comments on commit 021080a

Please sign in to comment.