From 2b2bfc04c152aaa1ab4dab7662937f314e3af9f3 Mon Sep 17 00:00:00 2001 From: Kostas Nakos Date: Mon, 25 Aug 2008 08:11:52 +0000 Subject: patch 1984130: Add Tremolo info svn-id: r34138 --- base/version.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'base/version.cpp') diff --git a/base/version.cpp b/base/version.cpp index 8de96d0b78..3f41e4febe 100644 --- a/base/version.cpp +++ b/base/version.cpp @@ -62,7 +62,12 @@ const char *gScummVMVersionDate = SCUMMVM_VERSION " (" __DATE__ " " __TIME__ ")" const char *gScummVMFullVersion = "ScummVM " SCUMMVM_VERSION " (" __DATE__ " " __TIME__ ")"; const char *gScummVMFeatures = "" #ifdef USE_TREMOR +#ifdef USE_TREMOLO + // libTremolo is used on WinCE for better ogg performance + "Tremolo " +#else "Tremor " +#endif #else #ifdef USE_VORBIS "Vorbis " -- cgit v1.2.3