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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2011-07-06 14:19:04 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2011-07-06 14:19:04 +0400
commit11645e7a3f482b24294f360985d60cd9b100f55f (patch)
tree25b6ed24423fa442460d02717fbebd056809f279 /source/blender/avi/CMakeLists.txt
parent29f2cbdd8f9cd99b30b967af45304a64a317d05d (diff)
Fix #27877: writing .avi files > 4 GB not working on windows.
Solution is to replace "long" by "int64_t" and "fseek" by "_fseeki64", because long on 64 bit windows is still 32 bit.
Diffstat (limited to 'source/blender/avi/CMakeLists.txt')
-rw-r--r--source/blender/avi/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/avi/CMakeLists.txt b/source/blender/avi/CMakeLists.txt
index b62e0cc5afd..bae61fd678b 100644
--- a/source/blender/avi/CMakeLists.txt
+++ b/source/blender/avi/CMakeLists.txt
@@ -27,6 +27,7 @@
set(INC
.
../../../intern/guardedalloc
+ ../blenlib
)
set(INC_SYS