From: Romulo Pinho Date: Fri, 30 Mar 2012 12:18:28 +0000 (+0200) Subject: corrected #ifdef for AnimatedGIF screenshots X-Git-Tag: v1.3.0~61 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=a0f68255db4da2dfb19f6d760f29c06699f1ec47;p=clitk.git corrected #ifdef for AnimatedGIF screenshots --- 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;