From 43aa2a9e7fc080e0d7541e9f5e083258403ac9ee Mon Sep 17 00:00:00 2001 From: Christophe Favergeon Date: Fri, 4 Nov 2022 09:59:15 +0100 Subject: [PATCH] Corrected pack generation script. Missing header files. --- Scripts/git/gen_pack.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Scripts/git/gen_pack.sh b/Scripts/git/gen_pack.sh index 40b0bdd05..31735549c 100644 --- a/Scripts/git/gen_pack.sh +++ b/Scripts/git/gen_pack.sh @@ -113,9 +113,11 @@ PACK_BASE_FILES=" ComputeGraph/cg/static/src/GenericNodes.h ComputeGraph/cg/static/nodes/cpp/CFFT.h ComputeGraph/cg/static/nodes/cpp/ICFFT.h + ComputeGraph/cg/static/nodes/cpp/InterleavedStereoToMono.h ComputeGraph/cg/static/nodes/cpp/MFCC.h ComputeGraph/cg/static/nodes/cpp/NullSink.h - ComputeGraph/cg/static/nodes/cpp/StereoToMono.h + ComputeGraph/cg/static/nodes/cpp/OverlapAndAdd.h + ComputeGraph/cg/static/nodes/cpp/SlidingBuffer.h ComputeGraph/cg/static/nodes/cpp/StreamingSink.h ComputeGraph/cg/static/nodes/cpp/StreamingSource.h ComputeGraph/cg/static/nodes/cpp/ToComplex.h