]> Creatis software - clitk.git/commitdiff
Check on VTK_USE_FFMPEG_ENCODER in case vtkFFMPEGWriter.h is not
authorSimon Rit <simon.rit@creatis.insa-lyon.fr>
Tue, 24 May 2011 13:51:56 +0000 (15:51 +0200)
committerSimon Rit <simon.rit@creatis.insa-lyon.fr>
Tue, 24 May 2011 13:51:56 +0000 (15:51 +0200)
included

vv/vvMainWindow.cxx

index 5fe237fc8ba7a30a2acce73000c3ef823b903fc6..995d3dee38a3cd2671a852619c5183acaa4b2c65 100644 (file)
@@ -68,7 +68,9 @@
 #include <vtkPNMWriter.h>
 #include <vtkPNGWriter.h>
 #include <vtkJPEGWriter.h>
-#include <vtkFFMPEGWriter.h>
+#ifdef VTK_USE_FFMPEG_ENCODER
+#  include <vtkFFMPEGWriter.h>
+#endif
 #ifdef VTK_USE_MPEG2_ENCODER
 #  include <vtkMPEG2Writer.h>
 #endif