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
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2004-04-16 21:14:05 +0400
committerTon Roosendaal <ton@blender.org>2004-04-16 21:14:05 +0400
commit27a250a1633d56cd5935bc7c75be235de0281cf8 (patch)
tree803269c4faa94999e37a3fd6d8c74afc1f10be7d /source/blender/quicktime
parenta9ecba88726ffaa012e98cb45b548be7bdaff91b (diff)
Fix for removed streamglue stuff.
BLO_sys_types.h was moved.
Diffstat (limited to 'source/blender/quicktime')
-rw-r--r--source/blender/quicktime/apple/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/quicktime/apple/Makefile b/source/blender/quicktime/apple/Makefile
index 7910f25e10e..4620714563e 100644
--- a/source/blender/quicktime/apple/Makefile
+++ b/source/blender/quicktime/apple/Makefile
@@ -53,7 +53,7 @@ CPPFLAGS += -I$(NAN_GUARDEDALLOC)/include
CPPFLAGS += -I..
# stuff needed by quicktime_[import|export].c
-CPPFLAGS += -I../../readstreamglue -I../../imbuf/intern -I../../imbuf
+CPPFLAGS += -I../../blenloader -I../../imbuf/intern -I../../imbuf
CPPFLAGS += -I../../blenlib -I../../makesdna -I../../include -I../../avi
CPPFLAGS += -I../../blenkernel -I../../render/extern/include