mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-03 17:33:05 +00:00
Patch #893813 (Fix to compile when no USE_* flag is specified)
svn-id: r12814
This commit is contained in:
parent
d4a71d8eec
commit
71edb7ed65
@ -86,7 +86,7 @@
|
||||
const char *gScummVMVersion = "0.5.7cvs";
|
||||
const char *gScummVMBuildDate = __DATE__ " " __TIME__;
|
||||
const char *gScummVMFullVersion = "ScummVM 0.5.7cvs (" __DATE__ " " __TIME__ ")";
|
||||
const char *gScummVMFeatures =
|
||||
const char *gScummVMFeatures = ""
|
||||
#ifdef USE_VORBIS
|
||||
"Vorbis "
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user