Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorHenrik Gramner <gramner@twoorioles.com>2021-08-22 16:54:56 +0300
committerHenrik Gramner <gramner@twoorioles.com>2021-08-26 13:14:16 +0300
commit47a72ea857333f602786658a46c6258c4b4b831c (patch)
treed21258eaf841a93cad528fac10c80947fc540c5d /tests
parent5d14b4e6710057d8f16b1d5259ad1e6accef6f28 (diff)
meson: Explicitly set the recursive argument in extract_all_objects()
Silences warnings when building using recent meson versions.
Diffstat (limited to 'tests')
-rw-r--r--tests/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/meson.build b/tests/meson.build
index ac9559d..30358d2 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -58,7 +58,7 @@ if is_asm_enabled
install: false,
build_by_default: false,
)
- checkasm_bitdepth_objs += checkasm_bitdepth_lib.extract_all_objects()
+ checkasm_bitdepth_objs += checkasm_bitdepth_lib.extract_all_objects(recursive: true)
endforeach
checkasm_asm_objs = []