diff options
Diffstat (limited to 'audio/xmms-sndstretch/files/patch-sndstretch.c')
-rw-r--r-- | audio/xmms-sndstretch/files/patch-sndstretch.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/audio/xmms-sndstretch/files/patch-sndstretch.c b/audio/xmms-sndstretch/files/patch-sndstretch.c new file mode 100644 index 000000000000..e04d39ace6f6 --- /dev/null +++ b/audio/xmms-sndstretch/files/patch-sndstretch.c @@ -0,0 +1,17 @@ +$FreeBSD$ + +--- sndstretch.c.orig Thu Sep 27 17:10:34 2001 ++++ sndstretch.c Sat Nov 10 12:54:19 2001 +@@ -1053,9 +1053,11 @@ + + speed_act = speed; + pitch_act = pitch; ++#ifdef DEBUG + if ( fade_shift != fade_shift_act ){ + fprintf(stderr,"changed fade_shift_act\n"); + } ++#endif + fade_shift_act = fade_shift; + + // if (ring_buff!=0) free(ring_buff); + |