summaryrefslogtreecommitdiff
path: root/package/xbmc/patches/patch-tools_TexturePacker_XBTFWriter_cpp
diff options
context:
space:
mode:
Diffstat (limited to 'package/xbmc/patches/patch-tools_TexturePacker_XBTFWriter_cpp')
-rw-r--r--package/xbmc/patches/patch-tools_TexturePacker_XBTFWriter_cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/package/xbmc/patches/patch-tools_TexturePacker_XBTFWriter_cpp b/package/xbmc/patches/patch-tools_TexturePacker_XBTFWriter_cpp
new file mode 100644
index 000000000..91be356a7
--- /dev/null
+++ b/package/xbmc/patches/patch-tools_TexturePacker_XBTFWriter_cpp
@@ -0,0 +1,13 @@
+--- xbmc-12.2.orig/tools/TexturePacker/XBTFWriter.cpp 2013-05-03 07:57:41.000000000 +0200
++++ xbmc-12.2/tools/TexturePacker/XBTFWriter.cpp 2013-08-01 13:50:44.000000000 +0200
+@@ -22,8 +22,8 @@
+ #include "XBTFWriter.h"
+ #define __STDC_FORMAT_MACROS
+ #include <inttypes.h>
+-#include "guilib/XBTF.h"
+-#include "utils/EndianSwap.h"
++#include "../../xbmc/guilib/XBTF.h"
++#include "../../xbmc/utils/EndianSwap.h"
+ #if defined(__FreeBSD__)
+ #include <stdlib.h>
+ #elif !defined(__APPLE__)