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/tools
diff options
context:
space:
mode:
authorVictorien Le Couviour--Tuffet <victorien@videolan.org>2021-01-18 15:58:30 +0300
committerVictorien Le Couviour--Tuffet <victorien@videolan.org>2021-01-18 15:58:30 +0300
commit63a918b48749f3a8c01fb2cb78a673f689a9bd18 (patch)
tree3b48ec40bbdf452306b57c33500a44c8d657a957 /tools
parent493d2b9157662f2a9a88dc31dc7e313b45427e48 (diff)
tests: Add a seek stress test
Closes #203.
Diffstat (limited to 'tools')
-rw-r--r--tools/meson.build7
1 files changed, 6 insertions, 1 deletions
diff --git a/tools/meson.build b/tools/meson.build
index 76fa1e0..032e272 100644
--- a/tools/meson.build
+++ b/tools/meson.build
@@ -99,6 +99,11 @@ dav1d = executable('dav1d',
link_with : [libdav1d, dav1d_input_objs, dav1d_output_objs],
include_directories : [dav1d_inc_dirs],
- dependencies : [getopt_dependency, thread_dependency, rt_dependency],
+ dependencies : [
+ getopt_dependency,
+ thread_dependency,
+ rt_dependency,
+ libm_dependency,
+ ],
install : true,
)