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:
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 = []