Allow optional logging of timing segment mods.
For those with many songs, it gets annoying.
This commit is contained in:
@@ -38,6 +38,9 @@ option(WITH_MP3 "Build with MP3 Support." ON)
|
||||
# Turn this option off to disable using OGG files with the game.
|
||||
option(WITH_OGG "Build with OGG/Vorbis Support." ON)
|
||||
|
||||
# Turn this option on to log every segment added or removed.
|
||||
option(WITH_LOGGING_TIMING_DATA "Build with logging all Add and Erase Segment calls." OFF)
|
||||
|
||||
if(NOT MSVC)
|
||||
# Turn this option off to disable using FFMEPG.
|
||||
option(WITH_FFMPEG "Build with FFMPEG." ON)
|
||||
|
||||
Reference in New Issue
Block a user