]> git.pld-linux.org Git - packages/crossmingw32-libjpeg.git/blob - libjpeg-include.patch
- shared + static build
[packages/crossmingw32-libjpeg.git] / libjpeg-include.patch
1 --- jpeg-6b/jpeglib.h
2 +++ jpeg-6b.new/jpeglib.h
3 @@ -24 +24 @@
4 -#include "jconfig.h"           /* widely used configuration options */
5 +#include <jconfig.h>           /* widely used configuration options */
6 @@ -26 +26 @@
7 -#include "jmorecfg.h"          /* seldom changed options */
8 +#include <jmorecfg.h>          /* seldom changed options */
9 @@ -1092,2 +1092,2 @@
10 -#include "jpegint.h"           /* fetch private declarations */
11 -#include "jerror.h"            /* fetch error codes too */
12 +#include <jpegint.h>           /* fetch private declarations */
13 +#include <jerror.h>            /* fetch error codes too */
This page took 0.041045 seconds and 3 git commands to generate.