Revision: 46570
          
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=46570
Author:   campbellbarton
Date:     2012-05-12 09:40:23 +0000 (Sat, 12 May 2012)
Log Message:
-----------
fix for building without libmv

Modified Paths:
--------------
    trunk/blender/source/creator/creator.c

Modified: trunk/blender/source/creator/creator.c
===================================================================
--- trunk/blender/source/creator/creator.c      2012-05-12 04:31:03 UTC (rev 
46569)
+++ trunk/blender/source/creator/creator.c      2012-05-12 09:40:23 UTC (rev 
46570)
@@ -649,7 +649,11 @@
        if (argc > 1) {
                int level = atoi(argv[1]);
 
+#ifdef WITH_LIBMV
                libmv_setLoggingVerbosity(level);
+#else
+               (void)level;
+#endif
 
                return 1;
        }

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to