From a0f68255db4da2dfb19f6d760f29c06699f1ec47 Mon Sep 17 00:00:00 2001 From: Romulo Pinho Date: Fri, 30 Mar 2012 14:18:28 +0200 Subject: [PATCH] corrected #ifdef for AnimatedGIF screenshots --- vv/vvMainWindow.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vv/vvMainWindow.cxx b/vv/vvMainWindow.cxx index 436a89f..e91e9b4 100644 --- a/vv/vvMainWindow.cxx +++ b/vv/vvMainWindow.cxx @@ -2806,7 +2806,7 @@ void vvMainWindow::SaveScreenshot(QVTKWidget *widget) // Video vtkGenericMovieWriter *vidwriter = NULL; -#ifdef CLITK_EXPERIMENTAL +#if CLITK_EXPERIMENTAL == 1 if (!strcmp(ext, ".gif")) { vvAnimatedGIFWriter *gif = vvAnimatedGIFWriter::New(); vidwriter = gif; -- 2.47.1