aboutsummaryrefslogtreecommitdiff
path: root/common/recorderfile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/recorderfile.cpp')
-rw-r--r--common/recorderfile.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/recorderfile.cpp b/common/recorderfile.cpp
index 71f8272b44..04802aa0c8 100644
--- a/common/recorderfile.cpp
+++ b/common/recorderfile.cpp
@@ -30,6 +30,8 @@
#include "graphics/surface.h"
#include "graphics/scaler.h"
+#ifdef ENABLE_EVENTRECORDER
+
#define RECORD_VERSION 1
namespace Common {
@@ -714,3 +716,5 @@ void PlaybackFile::checkRecordedMD5() {
}
+
+#endif // ENABLE_EVENTRECORDER