From 1f07f247f34bf583d0228fbca5a44436d8f3f020 Mon Sep 17 00:00:00 2001 From: Simon Rit Date: Tue, 24 May 2011 15:51:56 +0200 Subject: [PATCH] Check on VTK_USE_FFMPEG_ENCODER in case vtkFFMPEGWriter.h is not included --- vv/vvMainWindow.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.45.1