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
diff options
context:
space:
mode:
authorMarvin Scholz <epirat07@gmail.com>2018-09-26 15:03:59 +0300
committerJean-Baptiste Kempf <jb@videolan.org>2018-09-26 17:30:47 +0300
commit3f13730e5594dd5ef5c3cfea8bd0e98d0cce098b (patch)
treebfbd5223a1b04e6cf4ac7a4489e9d1e3952ed85a /meson.build
parent34f96e80f2c05ac85f23f6bb40a73ea51f7eeb28 (diff)
Build: Do not build libdav1dentrypoint by default
This library is just a helper and should not be built by default as it is only used to extract the objects and has no use as stand-alone library for uses to link to.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index f993f6f..a6debc7 100644
--- a/meson.build
+++ b/meson.build
@@ -171,6 +171,7 @@ entrypoints_lib = static_library(
include_directories: dav1d_inc_dirs,
c_args: stackrealign_flag,
install: false,
+ build_by_default: false,
)
entrypoints_objs = entrypoints_lib.extract_all_objects()