diff options
author | Wohlstand <admin@wohlnet.ru> | 2017-10-27 01:36:59 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2017-10-27 01:36:59 +0300 |
commit | 78b48a4f7250f94b62a5c995f8c714804bb66eef (patch) | |
tree | 9d882d4eb5e94a88b77b4c95d4932af0101c635c /libADLMIDI-test.pro | |
parent | cb647dc07631c95c0b88658796e3ddd67b5ee92c (diff) | |
download | libADLMIDI-78b48a4f7250f94b62a5c995f8c714804bb66eef.tar.gz libADLMIDI-78b48a4f7250f94b62a5c995f8c714804bb66eef.tar.bz2 libADLMIDI-78b48a4f7250f94b62a5c995f8c714804bb66eef.zip |
Repair the ability to skip silence in a begin,
...But keep it be togglable through macro definition
Diffstat (limited to 'libADLMIDI-test.pro')
-rw-r--r-- | libADLMIDI-test.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libADLMIDI-test.pro b/libADLMIDI-test.pro index a34da51..2a285d4 100644 --- a/libADLMIDI-test.pro +++ b/libADLMIDI-test.pro @@ -17,6 +17,7 @@ LIBS += -lSDL2 -lpthread -ldl #DEFINES += DEBUG_SEEKING_TEST #DEFINES += DISABLE_EMBEDDED_BANKS #DEFINES += ADLMIDI_USE_DOSBOX_OPL +#DEFINES += ENABLE_BEGIN_SILENCE_SKIPPING QMAKE_CFLAGS += -std=c90 -pedantic QMAKE_CXXFLAGS += -std=c++98 -pedantic |