]> git.pld-linux.org Git - packages/crossmingw32-libjpeg.git/commitdiff
- change "" to <> in #include to libjpeg headers files in jpeglib.h. auto/th/libjpegsimd-6b_1_02-0_1 libjpeg-6b-16
authorkloczek <kloczek@pld-linux.org>
Wed, 12 Apr 2000 11:29:34 +0000 (11:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libjpeg-include.patch -> 1.1

libjpeg-include.patch [new file with mode: 0644]

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.065764 seconds and 4 git commands to generate.