summaryrefslogtreecommitdiff
path: root/package/xbmc/patches/patch-tools_TexturePacker_cmdlineargs_h
diff options
context:
space:
mode:
Diffstat (limited to 'package/xbmc/patches/patch-tools_TexturePacker_cmdlineargs_h')
-rw-r--r--package/xbmc/patches/patch-tools_TexturePacker_cmdlineargs_h11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/xbmc/patches/patch-tools_TexturePacker_cmdlineargs_h b/package/xbmc/patches/patch-tools_TexturePacker_cmdlineargs_h
new file mode 100644
index 000000000..efded26b5
--- /dev/null
+++ b/package/xbmc/patches/patch-tools_TexturePacker_cmdlineargs_h
@@ -0,0 +1,11 @@
+--- xbmc-12.2.orig/tools/TexturePacker/cmdlineargs.h 2013-05-03 07:57:41.000000000 +0200
++++ xbmc-12.2/tools/TexturePacker/cmdlineargs.h 2013-08-01 14:37:40.000000000 +0200
+@@ -23,7 +23,7 @@
+ */
+
+ #ifdef _LINUX
+-#include "PlatformDefs.h"
++#include "../../xbmc/linux/PlatformDefs.h"
+ #include "xwinapi.h"
+ typedef LPSTR PSZ;
+ #define _snprintf snprintf