]> git.pld-linux.org Git - packages/crossmingw32-libjpeg.git/commitdiff
- remove HAVE_STD{DEF,LIB}_H defines from jconfig.h RA-branch RA-1_0 STABLE auto/ac/libjpeg-6b-24 auto/th/libjpeg-6b-25 auto/th/libjpeg-6b-27 auto/th/libjpeg-6b-28 auto/ti/libjpeg-6b-27 auto/ti/libjpeg-6b-28 libjpeg-6b-18 libjpeg-6b-20 libjpeg-6b-22
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 28 Apr 2001 15:05:07 +0000 (15:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  (they might generate warnings confusing autoconf)
- fixed c++ patch
- release 18

Changed files:
    libjpeg-c++.patch -> 1.2

libjpeg-c++.patch

index 81dcc397d1664c64a8b94ed9d1d4c7caf0120441..3e4166ae043b5645a618b9acf989ab237d891556 100644 (file)
@@ -13,8 +13,8 @@
   * installation of the JPEG library is set up.  jconfig.h can be
 @@ -1091,6 +1095,10 @@
  #ifdef JPEG_INTERNALS
- #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 */
 +#endif
 +
 +#ifdef __cplusplus
This page took 0.059398 seconds and 4 git commands to generate.