shithub: opus

Download patch

ref: 5af9e9524abda564a3ee6e9df04dfa75b9b68bab
parent: b64a89feca7dccb7075892d26e3f4f580dd0330c
author: Jean-Marc Valin <jmvalin@amazon.com>
date: Thu Jun 22 14:12:29 EDT 2023

no longer need that hack

--- a/dnn/lpcnet_enc.c
+++ b/dnn/lpcnet_enc.c
@@ -28,9 +28,6 @@
 #include "config.h"
 #endif
 
-/* FIXME: Use the optimized celt_pitch_xcorr() */
-#define celt_pitch_xcorr celt_pitch_xcorr_c
-
 #include <stdlib.h>
 #include <string.h>
 #include <stdio.h>
--