[Bf-committers] New Developer Meeting minutes

lguillaume lecocqguillaume at gmail.com
Fri Jan 8 00:01:26 CET 2010


2. the include path for quicktime_export.h is wrong in the generated

> projectfiles. I tried to fix this but after experimenting with the
> CMakeList files for an hour just decided to wait for someone more
> familiar with the cmake files.
>
> - Andrea
>
> The fix for this problem :

Index: source/blender/makesrna/intern/CMakeLists.txt
===================================================================
--- source/blender/makesrna/intern/CMakeLists.txt    (revision 25815)
+++ source/blender/makesrna/intern/CMakeLists.txt    (working copy)
@@ -63,7 +63,7 @@
 ENDIF(WITH_DDS)

 IF(WITH_QUICKTIME)
-    SET(INC "${INC} ../../quicktime")
+    SET(INC ${INC} ../../quicktime)
     ADD_DEFINITIONS(-DWITH_QUICKTIME)
 ENDIF(WITH_QUICKTIME)

Blender compile with quicktime on msvc express 2008. Quicktime is not
installed on my computeer I can't test the export.

Regards


More information about the Bf-committers mailing list