/
noire-dev
/
SourceTech
Обзор
Документация
Войти
/
noire-dev
/
SourceTech
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
sourcetech
code/libjpeg/libjpeg-changes.diff
41 строка
1 KB
Noire.dev
initial
04 окт 2024, 00:47
04 окт 2024, 00:47
e3645fc
Код
Авторство
О чём код?
List of changes applied over original jpegsrc.v9d.tar.gz distribution files ------ --- code/libjpeg-orig/jdatasrc.c +++ code/libjpeg/jdatasrc.c @@ -12,14 +12,15 @@ * some will want to use a different source manager. * IMPORTANT: we assume that fread() will correctly transcribe an array of * JOCTETs from 8-bit-wide elements on external storage. If char is wider * than 8 bits on your machine, you may need to do some tweaking. */ /* this is not a core library module, so it doesn't define JPEG_INTERNALS */ +#define JPEG_INTERNALS #include "jinclude.h" #include "jpeglib.h" #include "jerror.h" /* Expanded data source object for stdio input */ --- code/libjpeg-orig/jerror.c +++ code/libjpeg/jerror.c @@ -25,14 +25,16 @@ /* this is not a core library module, so it doesn't define JPEG_INTERNALS */ #include "jinclude.h" #include "jpeglib.h" #include "jversion.h" #include "jerror.h" +#include <stdlib.h> + #ifndef EXIT_FAILURE /* define exit() codes if not provided */ #define EXIT_FAILURE 1 #endif /* * Create the message string table.