aboutsummaryrefslogtreecommitdiff
path: root/sound/softsynth/sid.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sound/softsynth/sid.cpp')
-rw-r--r--sound/softsynth/sid.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/softsynth/sid.cpp b/sound/softsynth/sid.cpp
index 8d8a75ab0b..e0dfd2efc0 100644
--- a/sound/softsynth/sid.cpp
+++ b/sound/softsynth/sid.cpp
@@ -28,6 +28,8 @@
* Copyright (C) 2004 Dag Lem <resid@nimrod.no>
*/
+#ifndef DISABLE_SID
+
#include "sid.h"
#include <math.h>
@@ -1424,3 +1426,5 @@ int SID::clock(cycle_count& delta_t, short* buf, int n, int interleave) {
}
}
+
+#endif