From: kloczek Date: Wed, 12 Apr 2000 11:29:34 +0000 (+0000) Subject: - change "" to <> in #include to libjpeg headers files in jpeglib.h. X-Git-Tag: auto/th/libjpegsimd-6b_1_02-0_1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fcrossmingw32-libjpeg.git;a=commitdiff_plain;h=refs%2Ftags%2Flibjpeg-6b-16 - change "" to <> in #include to libjpeg headers files in jpeglib.h. Changed files: libjpeg-include.patch -> 1.1 --- diff --git a/libjpeg-include.patch b/libjpeg-include.patch new file mode 100644 index 0000000..edd7286 --- /dev/null +++ b/libjpeg-include.patch @@ -0,0 +1,13 @@ +--- jpeg-6b/jpeglib.h ++++ jpeg-6b.new/jpeglib.h +@@ -24 +24 @@ +-#include "jconfig.h" /* widely used configuration options */ ++#include /* widely used configuration options */ +@@ -26 +26 @@ +-#include "jmorecfg.h" /* seldom changed options */ ++#include /* seldom changed options */ +@@ -1092,2 +1092,2 @@ +-#include "jpegint.h" /* fetch private declarations */ +-#include "jerror.h" /* fetch error codes too */ ++#include /* fetch private declarations */ ++#include /* fetch error codes too */