Skip to content
Snippets Groups Projects

build: also install the `dav1d` binary

Merged Niklas Haas requested to merge haasn/dav1d:bin into master
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -237,7 +237,8 @@ dav1d_sources = files(
dav1d = executable('dav1d',
dav1d_sources, rev_target,
link_with: libdav1d,
include_directories: [dav1d_inc_dirs, include_directories('tools')]
include_directories: [dav1d_inc_dirs, include_directories('tools')],
install: true,
)
#
Loading