diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-03 19:45:26 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-03 19:45:26 +0200 |
commit | 56f9a25fb7a3e325a4bcd8c6b28fa6502f68842b (patch) | |
tree | 4987fd4187d12429b151733c9af5ecbc50b56de1 /package/xbmc/patches/patch-tools_TexturePacker_cmdlineargs_h | |
parent | 45790ac926148914b924262297872abed6953f9b (diff) |
update to gotham rc1, fix Darwin cross problems
Diffstat (limited to 'package/xbmc/patches/patch-tools_TexturePacker_cmdlineargs_h')
-rw-r--r-- | package/xbmc/patches/patch-tools_TexturePacker_cmdlineargs_h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/xbmc/patches/patch-tools_TexturePacker_cmdlineargs_h b/package/xbmc/patches/patch-tools_TexturePacker_cmdlineargs_h deleted file mode 100644 index efded26b5..000000000 --- a/package/xbmc/patches/patch-tools_TexturePacker_cmdlineargs_h +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 |