From 78f17f290a01ffb96693e5892bfcb6d4a1319b67 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Mon, 11 Apr 2011 21:37:44 -0400 Subject: BASE: Add AAC to the version string when compiled in --- base/version.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'base') 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 ; -- cgit v1.2.3