1234567891011 |
- --- xbmc-12.2.orig/xbmc/utils/EndianSwap.h 2013-05-03 07:57:41.000000000 +0200
- +++ xbmc-12.2/xbmc/utils/EndianSwap.h 2013-08-01 14:17:04.000000000 +0200
- @@ -26,7 +26,7 @@
- /* Include config.h to define (or not) WORDS_BIGENDIAN
- File created by configure */
- #if defined(__linux__) || defined(TARGET_DARWIN) || defined(TARGET_FREEBSD)
- -#include "config.h"
- +#include "../config.h"
- #include <inttypes.h>
- #endif
- #ifdef _WIN32
|