diff --git a/rogueviz/statshot.cpp b/rogueviz/statshot.cpp index 5b7805be..9f46252f 100644 --- a/rogueviz/statshot.cpp +++ b/rogueviz/statshot.cpp @@ -1,5 +1,6 @@ #include "rogueviz.h" +#if CAP_ANIMATIONS namespace rogueviz { namespace statshot { @@ -69,3 +70,4 @@ int a = arg::add3("-label-video", [] { }); }} +#endif