aboutsummaryrefslogtreecommitdiff
path: root/base/version.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'base/version.cpp')
-rw-r--r--base/version.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/base/version.cpp b/base/version.cpp
index 6a670c1a40..3083034714 100644
--- a/base/version.cpp
+++ b/base/version.cpp
@@ -112,5 +112,9 @@ const char *gScummVMFeatures = ""
#ifdef USE_THEORADEC
"Theora "
#endif
+
+#ifdef USE_FAAD
+ "AAC "
+#endif
;