Skip to content

Commit 43aa2a9

Browse files
Corrected pack generation script.
Missing header files.
1 parent db4253f commit 43aa2a9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Scripts/git/gen_pack.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,11 @@ PACK_BASE_FILES="
113113
ComputeGraph/cg/static/src/GenericNodes.h
114114
ComputeGraph/cg/static/nodes/cpp/CFFT.h
115115
ComputeGraph/cg/static/nodes/cpp/ICFFT.h
116+
ComputeGraph/cg/static/nodes/cpp/InterleavedStereoToMono.h
116117
ComputeGraph/cg/static/nodes/cpp/MFCC.h
117118
ComputeGraph/cg/static/nodes/cpp/NullSink.h
118-
ComputeGraph/cg/static/nodes/cpp/StereoToMono.h
119+
ComputeGraph/cg/static/nodes/cpp/OverlapAndAdd.h
120+
ComputeGraph/cg/static/nodes/cpp/SlidingBuffer.h
119121
ComputeGraph/cg/static/nodes/cpp/StreamingSink.h
120122
ComputeGraph/cg/static/nodes/cpp/StreamingSource.h
121123
ComputeGraph/cg/static/nodes/cpp/ToComplex.h

0 commit comments

Comments
 (0)