diff options
Diffstat (limited to 'package/xbmc/patches/patch-tools_TexturePacker_XBTFWriter_cpp')
-rw-r--r-- | package/xbmc/patches/patch-tools_TexturePacker_XBTFWriter_cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/package/xbmc/patches/patch-tools_TexturePacker_XBTFWriter_cpp b/package/xbmc/patches/patch-tools_TexturePacker_XBTFWriter_cpp deleted file mode 100644 index 91be356a7..000000000 --- a/package/xbmc/patches/patch-tools_TexturePacker_XBTFWriter_cpp +++ /dev/null @@ -1,13 +0,0 @@ ---- 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__) |