summaryrefslogtreecommitdiff
path: root/package/xbmc/patches/patch-tools_TexturePacker_XBMCTex_cpp
blob: 81b0b931df2ac8fb7f6cc7ac5c88e3b9c5297d7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- xbmc-12.2.orig/tools/TexturePacker/XBMCTex.cpp	2013-05-03 07:57:41.000000000 +0200
+++ xbmc-12.2/tools/TexturePacker/XBMCTex.cpp	2013-08-01 16:12:13.000000000 +0200
@@ -35,12 +35,12 @@
 #include <SDL/SDL_image.h>
 #undef main
 
-#include "guilib/XBTF.h"
+#include "../../xbmc/guilib/XBTF.h"
 #include "XBTFWriter.h"
 #include "md5.h"
 #include "SDL_anigif.h"
 #include "cmdlineargs.h"
-#include "libsquish/squish.h"
+#include "../../lib/libsquish/squish.h"
 
 #ifdef _WIN32
 #define strncasecmp strnicmp