dhewm3/neo/tools/compilers/roqvq
Daniel Gibson b0e0883f6e Replace libjpeg with stb_image.h
libjpeg is a pain in the ass, especially due to Ubuntu shipping
libjpeg-turbo in jpeg8 mode as their default libjpeg, while every other
distro I checked (including debian!) ships libjpeg-turbo in jpeg6.2 mode

Thankfully stb_image.h exists - just a single header and it even
has a (much!) friendlier API.

It's not like Doom3 (or any of the mods I checked) actually use JPEGs,
but I'm sure if I'd drop support completely, someone would complain
(perhaps rightfully so).
2021-04-27 20:08:59 +02:00
..
codec.cpp more fixes for Visual Studio 14 2015-10-11 23:27:42 +02:00
codec.h Untangle the epic precompiled.h mess 2011-12-19 23:21:47 +01:00
gdefs.h Untangle the epic precompiled.h mess 2011-12-19 23:21:47 +01:00
NSBitmapImageRep.cpp Untangle the epic precompiled.h mess 2011-12-19 23:21:47 +01:00
quaddefs.h Untangle the epic precompiled.h mess 2011-12-19 23:21:47 +01:00
roq.cpp Untangle the epic precompiled.h mess 2011-12-19 23:21:47 +01:00
roq.h Replace libjpeg with stb_image.h 2021-04-27 20:08:59 +02:00
roq.m hello world 2011-11-22 15:28:15 -06:00
roqParam.cpp Untangle the epic precompiled.h mess 2011-12-19 23:21:47 +01:00
roqParam.h Untangle the epic precompiled.h mess 2011-12-19 23:21:47 +01:00