]> git.pld-linux.org Git - packages/crossmingw32-libjpeg.git/blobdiff - libjpeg-include.patch
- change "" to <> in #include to libjpeg headers files in jpeglib.h.
[packages/crossmingw32-libjpeg.git] / libjpeg-include.patch
diff --git a/libjpeg-include.patch b/libjpeg-include.patch
new file mode 100644 (file)
index 0000000..edd7286
--- /dev/null
@@ -0,0 +1,13 @@
+--- jpeg-6b/jpeglib.h
++++ jpeg-6b.new/jpeglib.h
+@@ -24 +24 @@
+-#include "jconfig.h"          /* widely used configuration options */
++#include <jconfig.h>          /* widely used configuration options */
+@@ -26 +26 @@
+-#include "jmorecfg.h"         /* seldom changed options */
++#include <jmorecfg.h>         /* seldom changed options */
+@@ -1092,2 +1092,2 @@
+-#include "jpegint.h"          /* fetch private declarations */
+-#include "jerror.h"           /* fetch error codes too */
++#include <jpegint.h>          /* fetch private declarations */
++#include <jerror.h>           /* fetch error codes too */
This page took 0.042096 seconds and 4 git commands to generate.