mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
b4928b094c
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
17 lines
594 B
Diff
17 lines
594 B
Diff
diff -Naur XBMC.orig/xbmc/lib/cximage-6.0/tiff/tif_ojpeg.c XBMC/xbmc/lib/cximage-6.0/tiff/tif_ojpeg.c
|
|
--- XBMC.orig/xbmc/lib/cximage-6.0/tiff/tif_ojpeg.c 2009-05-26 22:38:28.000000000 +0000
|
|
+++ XBMC/xbmc/lib/cximage-6.0/tiff/tif_ojpeg.c 2009-09-08 00:55:37.000000000 +0000
|
|
@@ -31,11 +31,9 @@
|
|
#endif
|
|
#define JPEG_INTERNALS /* Include "jpegint.h" for "DSTATE_*" symbols */
|
|
#undef INLINE
|
|
-#ifdef _LINUX
|
|
-#include <jpeglib.h>
|
|
-#else
|
|
+#ifdef _LINUX
|
|
#include "../jpeg/jpeglib.h"
|
|
-#endif
|
|
+#endif
|
|
#undef JPEG_INTERNALS
|
|
|
|
/* Hack for Microsoft's Wang Imaging for Windows output files */
|