Skip to content

Commit a07cb0c

Browse files
committed
Updated dependencies
1 parent 3bdb2b4 commit a07cb0c

File tree

1 file changed

+44
-8
lines changed

1 file changed

+44
-8
lines changed

src/Makefile.x86_64.d

Lines changed: 44 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2895,8 +2895,8 @@ $(LSP_DSP_LIB_BIN)/test/utest/float/saturation.o: \
28952895
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
28962896
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
28972897
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
2898-
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/FloatBuffer.h \
2899-
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h
2898+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
2899+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/FloatBuffer.h
29002900
$(LSP_DSP_LIB_BIN)/test/utest/float/sanitize.o: \
29012901
test/utest/float/sanitize.cpp \
29022902
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/dsp.h \
@@ -2952,6 +2952,7 @@ $(LSP_DSP_LIB_BIN)/test/utest/float/sanitize.o: \
29522952
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
29532953
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
29542954
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
2955+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
29552956
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/ByteBuffer.h
29562957
$(LSP_DSP_LIB_BIN)/test/utest/float/limit_saturate.o: \
29572958
test/utest/float/limit_saturate.cpp \
@@ -3008,8 +3009,8 @@ $(LSP_DSP_LIB_BIN)/test/utest/float/limit_saturate.o: \
30083009
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
30093010
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
30103011
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
3011-
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/FloatBuffer.h \
3012-
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h
3012+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
3013+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/FloatBuffer.h
30133014
$(LSP_DSP_LIB_BIN)/test/utest/float/limit.o: test/utest/float/limit.cpp \
30143015
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/dsp.h \
30153016
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/version.h \
@@ -4821,7 +4822,8 @@ $(LSP_DSP_LIB_BIN)/test/ptest/search/minmax.o: \
48214822
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
48224823
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
48234824
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
4824-
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
4825+
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h \
4826+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h
48254827
$(LSP_DSP_LIB_BIN)/test/ptest/search/iminmax.o: \
48264828
test/ptest/search/iminmax.cpp \
48274829
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/dsp.h \
@@ -4876,7 +4878,8 @@ $(LSP_DSP_LIB_BIN)/test/ptest/search/iminmax.o: \
48764878
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
48774879
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
48784880
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
4879-
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
4881+
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h \
4882+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h
48804883
$(LSP_DSP_LIB_BIN)/test/ptest/resampling/oversampling.o: \
48814884
test/ptest/resampling/oversampling.cpp \
48824885
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/dsp.h \
@@ -5039,7 +5042,8 @@ $(LSP_DSP_LIB_BIN)/test/ptest/pmath/pow.o: test/ptest/pmath/pow.cpp \
50395042
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
50405043
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
50415044
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h \
5042-
$(LSP_COMMON_LIB_INC)/lsp-plug.in/stdlib/math.h
5045+
$(LSP_COMMON_LIB_INC)/lsp-plug.in/stdlib/math.h \
5046+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h
50435047
$(LSP_DSP_LIB_BIN)/test/ptest/pmath/op_k3.o: test/ptest/pmath/op_k3.cpp \
50445048
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/dsp.h \
50455049
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/version.h \
@@ -5093,6 +5097,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/pmath/op_k3.o: test/ptest/pmath/op_k3.cpp \
50935097
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
50945098
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
50955099
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
5100+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
50965101
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
50975102
$(LSP_DSP_LIB_BIN)/test/ptest/pmath/op_k2.o: test/ptest/pmath/op_k2.cpp \
50985103
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/dsp.h \
@@ -5147,6 +5152,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/pmath/op_k2.o: test/ptest/pmath/op_k2.cpp \
51475152
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
51485153
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
51495154
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
5155+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
51505156
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
51515157
$(LSP_DSP_LIB_BIN)/test/ptest/pmath/op3.o: test/ptest/pmath/op3.cpp \
51525158
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/dsp.h \
@@ -5423,6 +5429,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/pmath/log.o: test/ptest/pmath/log.cpp \
54235429
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
54245430
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
54255431
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
5432+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
54265433
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
54275434
$(LSP_DSP_LIB_BIN)/test/ptest/pmath/fmop_k4.o: \
54285435
test/ptest/pmath/fmop_k4.cpp \
@@ -5699,6 +5706,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/pmath/exp.o: test/ptest/pmath/exp.cpp \
56995706
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
57005707
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
57015708
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
5709+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
57025710
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
57035711
$(LSP_DSP_LIB_BIN)/test/ptest/pmath/abs_op3.o: \
57045712
test/ptest/pmath/abs_op3.cpp \
@@ -5810,6 +5818,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/pmath/abs_op2.o: \
58105818
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
58115819
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
58125820
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
5821+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
58135822
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
58145823
$(LSP_DSP_LIB_BIN)/test/ptest/pmath/abs.o: test/ptest/pmath/abs.cpp \
58155824
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/dsp.h \
@@ -5864,6 +5873,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/pmath/abs.o: test/ptest/pmath/abs.cpp \
58645873
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
58655874
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
58665875
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
5876+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
58675877
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
58685878
$(LSP_DSP_LIB_BIN)/test/ptest/pcomplex/rcp.o: test/ptest/pcomplex/rcp.cpp \
58695879
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/dsp.h \
@@ -5918,6 +5928,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/pcomplex/rcp.o: test/ptest/pcomplex/rcp.cpp \
59185928
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
59195929
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
59205930
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
5931+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
59215932
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
59225933
$(LSP_DSP_LIB_BIN)/test/ptest/pcomplex/mul3.o: \
59235934
test/ptest/pcomplex/mul3.cpp \
@@ -5973,6 +5984,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/pcomplex/mul3.o: \
59735984
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
59745985
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
59755986
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
5987+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
59765988
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
59775989
$(LSP_DSP_LIB_BIN)/test/ptest/pcomplex/mul2.o: \
59785990
test/ptest/pcomplex/mul2.cpp \
@@ -6028,6 +6040,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/pcomplex/mul2.o: \
60286040
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
60296041
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
60306042
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
6043+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
60316044
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
60326045
$(LSP_DSP_LIB_BIN)/test/ptest/pcomplex/mod.o: test/ptest/pcomplex/mod.cpp \
60336046
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/dsp.h \
@@ -6082,6 +6095,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/pcomplex/mod.o: test/ptest/pcomplex/mod.cpp \
60826095
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
60836096
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
60846097
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
6098+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
60856099
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
60866100
$(LSP_DSP_LIB_BIN)/test/ptest/pcomplex/div3.o: \
60876101
test/ptest/pcomplex/div3.cpp \
@@ -6137,6 +6151,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/pcomplex/div3.o: \
61376151
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
61386152
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
61396153
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
6154+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
61406155
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
61416156
$(LSP_DSP_LIB_BIN)/test/ptest/pcomplex/div2.o: \
61426157
test/ptest/pcomplex/div2.cpp \
@@ -6192,6 +6207,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/pcomplex/div2.o: \
61926207
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
61936208
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
61946209
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
6210+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
61956211
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
61966212
$(LSP_DSP_LIB_BIN)/test/ptest/msmatrix/conv2x1.o: \
61976213
test/ptest/msmatrix/conv2x1.cpp \
@@ -6247,6 +6263,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/msmatrix/conv2x1.o: \
62476263
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
62486264
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
62496265
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
6266+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
62506267
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
62516268
$(LSP_DSP_LIB_BIN)/test/ptest/msmatrix/conv2.o: \
62526269
test/ptest/msmatrix/conv2.cpp \
@@ -6302,6 +6319,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/msmatrix/conv2.o: \
63026319
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
63036320
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
63046321
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
6322+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
63056323
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
63066324
$(LSP_DSP_LIB_BIN)/test/ptest/mix.o: test/ptest/mix.cpp \
63076325
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/dsp.h \
@@ -6411,6 +6429,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/hmath/hsum.o: test/ptest/hmath/hsum.cpp \
64116429
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
64126430
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
64136431
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
6432+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
64146433
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
64156434
$(LSP_DSP_LIB_BIN)/test/ptest/hmath/hdotp.o: test/ptest/hmath/hdotp.cpp \
64166435
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/dsp.h \
@@ -6521,6 +6540,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/graphics/rgba_to_hsla.o: \
65216540
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
65226541
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
65236542
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
6543+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
65246544
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
65256545
$(LSP_DSP_LIB_BIN)/test/ptest/graphics/rgba_to_bgra32.o: \
65266546
test/ptest/graphics/rgba_to_bgra32.cpp \
@@ -6576,6 +6596,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/graphics/rgba_to_bgra32.o: \
65766596
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
65776597
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
65786598
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
6599+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
65796600
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
65806601
$(LSP_DSP_LIB_BIN)/test/ptest/graphics/rgba.o: \
65816602
test/ptest/graphics/rgba.cpp \
@@ -6686,6 +6707,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/graphics/hsla_to_rgba.o: \
66866707
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
66876708
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
66886709
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
6710+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
66896711
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
66906712
$(LSP_DSP_LIB_BIN)/test/ptest/graphics/fill.o: \
66916713
test/ptest/graphics/fill.cpp \
@@ -6851,6 +6873,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/graphics/axis.o: \
68516873
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
68526874
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
68536875
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
6876+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
68546877
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
68556878
$(LSP_DSP_LIB_BIN)/test/ptest/graphics/abgr32_to_bgrff32.o: \
68566879
test/ptest/graphics/abgr32_to_bgrff32.cpp \
@@ -6961,6 +6984,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/float/saturation.o: \
69616984
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
69626985
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
69636986
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
6987+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
69646988
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h \
69656989
$(LSP_COMMON_LIB_INC)/lsp-plug.in/stdlib/math.h
69666990
$(LSP_DSP_LIB_BIN)/test/ptest/float/sanitize.o: \
@@ -7073,6 +7097,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/float/limit_saturate.o: \
70737097
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
70747098
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
70757099
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
7100+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
70767101
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h \
70777102
$(LSP_COMMON_LIB_INC)/lsp-plug.in/stdlib/math.h
70787103
$(LSP_DSP_LIB_BIN)/test/ptest/float/limit.o: test/ptest/float/limit.cpp \
@@ -7128,6 +7153,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/float/limit.o: test/ptest/float/limit.cpp \
71287153
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
71297154
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
71307155
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
7156+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
71317157
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h \
71327158
$(LSP_COMMON_LIB_INC)/lsp-plug.in/stdlib/math.h
71337159
$(LSP_DSP_LIB_BIN)/test/ptest/filters/transfer.o: \
@@ -7458,6 +7484,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/fft/fft.o: test/ptest/fft/fft.cpp \
74587484
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
74597485
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
74607486
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
7487+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
74617488
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
74627489
$(LSP_DSP_LIB_BIN)/test/ptest/fft/fastconv.o: test/ptest/fft/fastconv.cpp \
74637490
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/dsp.h \
@@ -7512,7 +7539,8 @@ $(LSP_DSP_LIB_BIN)/test/ptest/fft/fastconv.o: test/ptest/fft/fastconv.cpp \
75127539
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
75137540
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
75147541
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
7515-
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
7542+
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h \
7543+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h
75167544
$(LSP_DSP_LIB_BIN)/test/ptest/copy/reverse.o: test/ptest/copy/reverse.cpp \
75177545
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/dsp.h \
75187546
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/version.h \
@@ -7634,6 +7662,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/copy/copy.o: test/ptest/copy/copy.cpp \
76347662
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
76357663
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
76367664
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
7665+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
76377666
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
76387667
$(LSP_DSP_LIB_BIN)/test/ptest/convolve.o: test/ptest/convolve.cpp \
76397668
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/dsp.h \
@@ -7688,6 +7717,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/convolve.o: test/ptest/convolve.cpp \
76887717
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
76897718
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
76907719
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
7720+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
76917721
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
76927722
$(LSP_DSP_LIB_BIN)/test/ptest/complex/rcp.o: test/ptest/complex/rcp.cpp \
76937723
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/dsp.h \
@@ -7742,6 +7772,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/complex/rcp.o: test/ptest/complex/rcp.cpp \
77427772
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
77437773
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
77447774
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
7775+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
77457776
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
77467777
$(LSP_DSP_LIB_BIN)/test/ptest/complex/mul3.o: test/ptest/complex/mul3.cpp \
77477778
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/dsp.h \
@@ -7796,6 +7827,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/complex/mul3.o: test/ptest/complex/mul3.cpp \
77967827
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
77977828
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
77987829
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
7830+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
77997831
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
78007832
$(LSP_DSP_LIB_BIN)/test/ptest/complex/mul2.o: test/ptest/complex/mul2.cpp \
78017833
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/dsp.h \
@@ -7850,6 +7882,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/complex/mul2.o: test/ptest/complex/mul2.cpp \
78507882
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
78517883
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
78527884
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
7885+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
78537886
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
78547887
$(LSP_DSP_LIB_BIN)/test/ptest/complex/mod.o: test/ptest/complex/mod.cpp \
78557888
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/dsp.h \
@@ -7904,6 +7937,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/complex/mod.o: test/ptest/complex/mod.cpp \
79047937
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
79057938
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
79067939
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
7940+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
79077941
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
79087942
$(LSP_DSP_LIB_BIN)/test/ptest/complex/div3.o: test/ptest/complex/div3.cpp \
79097943
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/dsp.h \
@@ -7958,6 +7992,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/complex/div3.o: test/ptest/complex/div3.cpp \
79587992
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
79597993
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
79607994
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
7995+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
79617996
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
79627997
$(LSP_DSP_LIB_BIN)/test/ptest/complex/div2.o: test/ptest/complex/div2.cpp \
79637998
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/dsp.h \
@@ -8012,6 +8047,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/complex/div2.o: test/ptest/complex/div2.cpp \
80128047
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
80138048
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
80148049
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
8050+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
80158051
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
80168052
$(LSP_DSP_LIB_BIN)/test/ptest/3d/raw_triangle.o: \
80178053
test/ptest/3d/raw_triangle.cpp \

0 commit comments

Comments
 (0)