From 52fc7e34d87883c65ed99d8b8bdcc8269a0a9122 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 7 Apr 2018 12:21:43 +0200 Subject: CONFIGURE: Do not even try to build Nuked OPL when disabled --- audio/softsynth/opl/nuked.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/softsynth') 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 -- cgit v1.2.3