shithub: dav1d

Download patch

ref: 3f13730e5594dd5ef5c3cfea8bd0e98d0cce098b
parent: 34f96e80f2c05ac85f23f6bb40a73ea51f7eeb28
author: Marvin Scholz <epirat07@gmail.com>
date: Wed Sep 26 10:03:59 EDT 2018

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.

--- a/meson.build
+++ b/meson.build
@@ -171,6 +171,7 @@
     include_directories: dav1d_inc_dirs,
     c_args: stackrealign_flag,
     install: false,
+    build_by_default: false,
 )
 entrypoints_objs = entrypoints_lib.extract_all_objects()