aboutsummaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
Diffstat (limited to 'base')
-rw-r--r--base/version.cpp4
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
;