diff options
-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 6967263f5c..a1f6d60fa0 100644 --- a/base/version.cpp +++ b/base/version.cpp @@ -115,5 +115,9 @@ const char *gScummVMFeatures = "" #ifdef USE_THEORADEC "Theora " #endif + +#ifdef USE_FAAD + "AAC " +#endif ; |