ref: 6be3673c225795de83849fbeed2c514377efd722
parent: 901c8548af2b3606207f8c41bf08946659c06720
author: Jean-Marc Valin <jmvalin@jmvalin.ca>
date: Wed Feb 14 12:35:29 EST 2024
More #ifdef around the dnn code
--- a/celt/celt.h
+++ b/celt/celt.h
@@ -41,7 +41,10 @@
#include "entenc.h"
#include "entdec.h"
#include "arch.h"
-#include "lpcnet.h"
+
+#ifdef ENABLE_DEEP_PLC
+typedef struct LPCNetPLCState LPCNetPLCState;
+#endif
#ifdef __cplusplus
extern "C" {
--
⑨