~ubuntu-branches/ubuntu/wily/openni/wily

« back to all changes in this revision

Viewing changes to Include/XnPlatform.h

  • Committer: Package Import Robot
  • Author(s): Jochen Sprickerhof, Fernando Seiti Furusato, Jochen Sprickerhof
  • Date: 2015-06-05 19:33:32 UTC
  • Revision ID: package-import@ubuntu.com-20150605193332-9t1zrw0l1z3eksc5
Tags: 1.5.4.0-10
[ Fernando Seiti Furusato ]
* Enabled ppc (Closes: #734110). Thanks Roland Stigge and Fernando Seiti
  Furusato.

[ Jochen Sprickerhof ]
* Clean up doxygen_sqlite3.db in override_dh_auto_clean
* Add myself to uploaders

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
#define XN_PLATFORM_LINUX_ARM 7
36
36
#define XN_PLATFORM_MACOSX 8
37
37
#define XN_PLATFORM_ANDROID_ARM 9
 
38
#define XN_PLATFORM_LINUX_POWERPC 10
38
39
 
39
40
#define XN_PLATFORM_IS_LITTLE_ENDIAN 1
40
41
#define XN_PLATFORM_IS_BIG_ENDIAN    2
66
67
        #include "Linux-x86/XnPlatformLinux-x86.h"
67
68
#elif (__linux__ && __arm__)
68
69
        #include "Linux-Arm/XnPlatformLinux-Arm.h"
 
70
#elif (__linux__ && __powerpc__)
 
71
        #include "Linux-Powerpc/XnPlatformLinux-Powerpc.h"
69
72
#elif _ARC
70
73
        #include "ARC/XnPlatformARC.h"
71
74
#elif (__APPLE__)