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:
authorJanne Grunau <janne-vlc@jannau.net>2020-09-20 10:55:36 +0300
committerJean-Baptiste Kempf <jb@videolan.org>2020-09-20 17:02:57 +0300
commitf90ada0d08e99ccfb676e59b8e3c497e77879915 (patch)
treee05bef8660fbc6ef8dbf2c69e8efcd372447fc2f /include
parenta5e45517ce055e557406b48299c33f274ab3d60c (diff)
tests: avoid using sed in header test
Makes !1078 redundant.
Diffstat (limited to 'include')
-rw-r--r--include/dav1d/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/dav1d/meson.build b/include/dav1d/meson.build
index 19f0ad4..68faaf9 100644
--- a/include/dav1d/meson.build
+++ b/include/dav1d/meson.build
@@ -31,13 +31,13 @@ version_h_target = configure_file(input: 'version.h.in',
output: 'version.h',
configuration: version_h_data)
-dav1d_api_headers = files(
+dav1d_api_headers = [
'common.h',
'data.h',
'dav1d.h',
'headers.h',
'picture.h',
- )
+]
# install headers
install_headers(dav1d_api_headers,