diff options
Diffstat (limited to 'base/version.cpp')
-rw-r--r-- | base/version.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/base/version.cpp b/base/version.cpp index 7943552418..89fae90c2e 100644 --- a/base/version.cpp +++ b/base/version.cpp @@ -94,6 +94,10 @@ const char *gScummVMFeatures = "" "SEQ " #endif +#ifdef USE_SNDIO + "sndio " +#endif + #ifdef USE_TIMIDITY "TiMidity " #endif |