Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2006-04-05 15:59:20 +0400
committerTon Roosendaal <ton@blender.org>2006-04-05 15:59:20 +0400
commitf3d8d8e06732ba8d023d958fbe2c64bf6888fae8 (patch)
tree2b959e692ffe7144eae1651beae5b2b204d5b8ef /intern
parent6b6d379b9db03800c7fdd8ddd070a15e0056dc00 (diff)
Upgrading in 10.3 to quicktime 7 seems to remove a header file, which
stops Ghost from compiling. Information on this link here: http://www.cocoadev.com/index.pl?CarbonSound
Diffstat (limited to 'intern')
-rw-r--r--intern/ghost/intern/GHOST_DisplayManagerCarbon.h1
-rw-r--r--intern/ghost/intern/GHOST_SystemCarbon.h1
-rw-r--r--intern/ghost/intern/GHOST_WindowCarbon.h1
3 files changed, 3 insertions, 0 deletions
diff --git a/intern/ghost/intern/GHOST_DisplayManagerCarbon.h b/intern/ghost/intern/GHOST_DisplayManagerCarbon.h
index 1523980f38f..42a1aa37a5a 100644
--- a/intern/ghost/intern/GHOST_DisplayManagerCarbon.h
+++ b/intern/ghost/intern/GHOST_DisplayManagerCarbon.h
@@ -42,6 +42,7 @@
#include "GHOST_DisplayManager.h"
+#define __CARBONSOUND__
#include <Carbon/Carbon.h>
/**
diff --git a/intern/ghost/intern/GHOST_SystemCarbon.h b/intern/ghost/intern/GHOST_SystemCarbon.h
index a08a070a7b2..740006a335f 100644
--- a/intern/ghost/intern/GHOST_SystemCarbon.h
+++ b/intern/ghost/intern/GHOST_SystemCarbon.h
@@ -40,6 +40,7 @@
#error Apple OSX only!
#endif // __APPLE__
+#define __CARBONSOUND__
#include <Carbon/Carbon.h>
#include "GHOST_System.h"
diff --git a/intern/ghost/intern/GHOST_WindowCarbon.h b/intern/ghost/intern/GHOST_WindowCarbon.h
index dbf45882705..582979e6248 100644
--- a/intern/ghost/intern/GHOST_WindowCarbon.h
+++ b/intern/ghost/intern/GHOST_WindowCarbon.h
@@ -43,6 +43,7 @@
#include "GHOST_Window.h"
#include "STR_String.h"
+#define __CARBONSOUND__
#include <Carbon/Carbon.h>
#include <AGL/agl.h>