diff options
Diffstat (limited to 'audio/audacity/files/patch-src_AudioIO.cpp')
-rw-r--r-- | audio/audacity/files/patch-src_AudioIO.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/audacity/files/patch-src_AudioIO.cpp b/audio/audacity/files/patch-src_AudioIO.cpp index 4ac0d33ec87c..ea9211797476 100644 --- a/audio/audacity/files/patch-src_AudioIO.cpp +++ b/audio/audacity/files/patch-src_AudioIO.cpp @@ -1,14 +1,14 @@ --- src/AudioIO.cpp.orig 2018-10-01 14:07:33 UTC +++ src/AudioIO.cpp -@@ -479,7 +479,6 @@ TimeTrack and AudioIOListener and whether the playback +@@ -480,7 +480,6 @@ TimeTrack and AudioIOListener and whether the playback #define ROUND(x) (int) ((x)+0.5) //#include <string.h> - #include "../lib-src/portmidi/pm_common/portmidi.h" + // #include "../lib-src/portmidi/pm_common/portmidi.h" - #include "../lib-src/portaudio-v19/src/common/pa_util.h" #include "NoteTrack.h" #endif -@@ -799,13 +800,22 @@ struct AudioIO::ScrubState (private) +@@ -793,13 +797,22 @@ struct AudioIO::ScrubState (private) // return the system time as a double static double streamStartTime = 0; // bias system time to small number |