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:
authorChris Want <cwant@ualberta.ca>2006-02-23 02:34:12 +0300
committerChris Want <cwant@ualberta.ca>2006-02-23 02:34:12 +0300
commita30dc3866c433907a3e70da4521edb457d874840 (patch)
tree1f88517c925109ca85f6114aa7286e8daf9a8e29 /source/blender/src/writemovie.c
parentfc9ba4b3233c1c76f1bdf8462c0e127d86cf14d0 (diff)
Some issues compiling on Irix:
+ the code in writemovie.c no longer compiles (since the renderer refactor). I have #if 0-ed it. + OpenGL on Irix doesn't have GL_ARB_vertex_program + mmap on Irix doesn't like MAP_ANON. + If using the MipsPro 7.3 compiler, the variable MIPS73_ISOHEADERS can be set to point to the directory with those weird C++ headers that don't have .h in the name
Diffstat (limited to 'source/blender/src/writemovie.c')
-rw-r--r--source/blender/src/writemovie.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/src/writemovie.c b/source/blender/src/writemovie.c
index 3491f4f0f60..2d828f1213b 100644
--- a/source/blender/src/writemovie.c
+++ b/source/blender/src/writemovie.c
@@ -30,7 +30,8 @@
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
-#ifdef __sgi
+//#ifdef __sgi
+#if 0
#include <unistd.h>
#include <movie.h>