summaryrefslogtreecommitdiff
path: root/libs/backends
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-11-17 09:07:39 +0100
committerRobin Gareus <robin@gareus.org>2014-11-17 09:07:39 +0100
commit02d735ff00bcb8728e70285783104c6e372096f6 (patch)
tree437b9394fd50f59c728ed0675e7472fed1ea4153 /libs/backends
parentdc2de0126a57eb8da707f88cf2c574aac93f8976 (diff)
waves/coreaudio PPC support
Diffstat (limited to 'libs/backends')
-rw-r--r--libs/backends/wavesaudio/wavesapi/BasicTypes/WUDefines.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/backends/wavesaudio/wavesapi/BasicTypes/WUDefines.h b/libs/backends/wavesaudio/wavesapi/BasicTypes/WUDefines.h
index 1279b33905..3bfb1d7805 100644
--- a/libs/backends/wavesaudio/wavesapi/BasicTypes/WUDefines.h
+++ b/libs/backends/wavesaudio/wavesapi/BasicTypes/WUDefines.h
@@ -63,7 +63,7 @@
#define WIN_ONLY(__Something_only_for_windows__)
#define MAC_ONLY(__Something_only_for_mac__) __Something_only_for_mac__
- #if defined(i386) || defined(__i386) || defined(__i386__)
+ #if defined(i386) || defined(__i386) || defined(__i386__) || defined (__ppc__)
#define kNumArchBits 32
#endif
#if defined(__x86_64) || defined(__x86_64__)