shithub: opus

Download patch

ref: bd3ce03103be4d98489d90f2f8c089edbb13bdc1
parent: 0713a18ebc87bad579b901b3dcd2499d8e5b552b
author: Jean-Marc Valin <jmvalin@jmvalin.ca>
date: Fri Mar 1 12:43:08 EST 2024

Avoid warning about LPCNetPLCState being redefined

--- a/celt/celt.h
+++ b/celt/celt.h
@@ -43,7 +43,7 @@
 #include "arch.h"
 
 #ifdef ENABLE_DEEP_PLC
-typedef struct LPCNetPLCState LPCNetPLCState;
+#include "lpcnet.h"
 #endif
 
 #ifdef __cplusplus
--