diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-30 17:15:20 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-30 17:15:20 +0000 |
commit | 1f8cd43b7357f32439b1fd1a826951ba69d51798 (patch) | |
tree | 55cfbc9df1c1e943f705c2ed69b53f220954d922 /audio/alsaplayer/files/patch-scopes::monoscope::monoscope.c | |
parent | It seems MySQL 4.X support in 2.1.14 is still incomplete. (diff) |
Add alsaplayer, an audio player with pitch control and a GTK+ GUI.
PR: 43142
Submitted by: Robin Schilham <co9@xs4all.nl> (based on)
Notes
Notes:
svn path=/head/; revision=83910
Diffstat (limited to 'audio/alsaplayer/files/patch-scopes::monoscope::monoscope.c')
-rw-r--r-- | audio/alsaplayer/files/patch-scopes::monoscope::monoscope.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/alsaplayer/files/patch-scopes::monoscope::monoscope.c b/audio/alsaplayer/files/patch-scopes::monoscope::monoscope.c new file mode 100644 index 000000000000..3995860aebb3 --- /dev/null +++ b/audio/alsaplayer/files/patch-scopes::monoscope::monoscope.c @@ -0,0 +1,11 @@ +--- scopes/monoscope/monoscope.c-orig Thu Jun 19 11:15:16 2003 ++++ scopes/monoscope/monoscope.c Thu Jun 19 11:15:22 2003 +@@ -103,7 +103,7 @@ + pthread_mutex_lock(&update_mutex); + memcpy (copyEq, newEq, sizeof (short) * CONVOLVE_BIG); + thisEq = copyEq; +-#if 1 ++#if 0 + val = convolve_match (avgEq, copyEq, state); + thisEq += val; + #endif |