mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
1f8cd43b73
PR: 43142 Submitted by: Robin Schilham <co9@xs4all.nl> (based on)
12 lines
356 B
C
12 lines
356 B
C
--- 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
|