aboutsummaryrefslogtreecommitdiff
path: root/audio/softsynth
diff options
context:
space:
mode:
authorEugene Sandulenko2018-04-07 12:21:43 +0200
committerEugene Sandulenko2018-04-07 12:22:18 +0200
commit52fc7e34d87883c65ed99d8b8bdcc8269a0a9122 (patch)
tree75b48d81410455efc2b437978cc3d114cfeb4ea5 /audio/softsynth
parent00e8bc1945ee0727bb77a8e48f8a20edb0619068 (diff)
downloadscummvm-rg350-52fc7e34d87883c65ed99d8b8bdcc8269a0a9122.tar.gz
scummvm-rg350-52fc7e34d87883c65ed99d8b8bdcc8269a0a9122.tar.bz2
scummvm-rg350-52fc7e34d87883c65ed99d8b8bdcc8269a0a9122.zip
CONFIGURE: Do not even try to build Nuked OPL when disabled
Diffstat (limited to 'audio/softsynth')
-rw-r--r--audio/softsynth/opl/nuked.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/softsynth/opl/nuked.cpp b/audio/softsynth/opl/nuked.cpp
index 7e1e9f2809..270263f6ae 100644
--- a/audio/softsynth/opl/nuked.cpp
+++ b/audio/softsynth/opl/nuked.cpp
@@ -1485,4 +1485,4 @@ void OPL::generateSamples(int16*buffer, int length) {
}
}
-#endif // !DISABLE_NUKED_OPL
+#endif // !DISABLE_NUKED_OPL