mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-05-31 08:50:54 +00:00
patch to use system's libpng when enabled by the CMake option USE_SYSTEM_LIBPNG
This commit is contained in:
parent
d3a9fa14ae
commit
a8d9c2b489
2 changed files with 25 additions and 3 deletions
|
@ -617,7 +617,7 @@ PNG LOADING
|
|||
|
||||
extern "C"
|
||||
{
|
||||
#include "../libs/png/png.h"
|
||||
#include <png.h>
|
||||
|
||||
|
||||
static void png_Error( png_structp pngPtr, png_const_charp msg )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue