ref: 2fe6ba4003a56d8c4bcecf6fa7d72ecb1d2dcf40
parent: afa5479f82a7b833eea2db81ee3ef59458e4700b
author: Marvin Scholz <epirat07@gmail.com>
date: Fri Sep 28 14:37:45 EDT 2018
Build: Fix thread dependency
--- a/meson.build
+++ b/meson.build
@@ -318,7 +318,6 @@
objects: [bitdepth_objs, entrypoints_objs],
include_directories: dav1d_inc_dirs,
c_args: [stackalign_flag],
- dependencies: thread_dependency,
install: false,
build_by_default: false,
)
@@ -326,6 +325,7 @@
libdav1d = library('dav1d',
version: '0.0.1',
link_whole: libdav1d_private,
+ dependencies: thread_dependency,
install: true,
)