Allow optional logging of timing segment mods.

For those with many songs, it gets annoying.
This commit is contained in:
Jason Felds
2015-11-01 06:49:31 -05:00
parent 020ecf64ae
commit 166e4c8287
3 changed files with 10 additions and 4 deletions
+3
View File
@@ -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)