mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-25 05:51:01 +00:00
Provide backward compatiblity with libjpeg v6
This commit is contained in:
parent
bb9126ae43
commit
9339d89bdf
1 changed files with 3 additions and 0 deletions
|
@ -26,6 +26,9 @@
|
|||
|
||||
#include "../header/local.h"
|
||||
#include <jpeglib.h>
|
||||
#include <jerror.h>
|
||||
|
||||
void jpeg_memory_src(j_decompress_ptr cinfo, unsigned char *inbuffer, unsigned long insize);
|
||||
|
||||
void
|
||||
jpg_null(j_decompress_ptr cinfo)
|
||||
|
|
Loading…
Reference in a new issue