Ticket #8873: tremolo.patch

File tremolo.patch, 930 bytes (added by SF/lostech, 16 years ago)

Patch file

  • scummvm_svn/backends/platform/wince/Makefile

     
    135135endif
    136136
    137137ifdef USE_TREMOLO
    138 DEFINES += -DUSE_TREMOR -DUSE_VORBIS
     138DEFINES += -DUSE_TREMOR -DUSE_VORBIS -DUSE_TREMOLO
    139139INCLUDES += -Ilibs/include/tremolo
    140140LIBS += -llibTremolo
    141141endif
  • scummvm_svn/base/version.cpp

     
    6262const char *gScummVMFullVersion = "ScummVM " SCUMMVM_VERSION " (" __DATE__ " " __TIME__ ")";
    6363const char *gScummVMFeatures = ""
    6464#ifdef USE_TREMOR
     65#ifdef USE_TREMOLO
     66        "Tremolo "
     67#else
    6568        "Tremor "
     69#endif
    6670#else
    6771#ifdef USE_VORBIS
    6872        "Vorbis "