From: Simon Rit Date: Tue, 24 May 2011 13:51:56 +0000 (+0200) Subject: Check on VTK_USE_FFMPEG_ENCODER in case vtkFFMPEGWriter.h is not X-Git-Tag: v1.3.0~345^2~1^2 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=1f07f247f34bf583d0228fbca5a44436d8f3f020;p=clitk.git Check on VTK_USE_FFMPEG_ENCODER in case vtkFFMPEGWriter.h is not included --- diff --git a/vv/vvMainWindow.cxx b/vv/vvMainWindow.cxx index 5fe237f..995d3de 100644 --- a/vv/vvMainWindow.cxx +++ b/vv/vvMainWindow.cxx @@ -68,7 +68,9 @@ #include #include #include -#include +#ifdef VTK_USE_FFMPEG_ENCODER +# include +#endif #ifdef VTK_USE_MPEG2_ENCODER # include #endif