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:
authorJames Almer <jamrial@gmail.com>2019-08-09 22:56:00 +0300
committerJames Almer <jamrial@gmail.com>2019-08-10 17:26:17 +0300
commit3a77c57b0ca06c613fea96afe63d2870f513e97f (patch)
tree63d8fcc401b56d488fd2c02102cc805f2e5105a6 /meson.build
parent42ea146f847d761b91d66d4db2c5a6341fefee75 (diff)
meson: move dav1dplay to a new examples section
dav1dplay shouldn't be built by default. And it's an example more than a tool.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 21ad84e..2f74c75 100644
--- a/meson.build
+++ b/meson.build
@@ -394,4 +394,6 @@ subdir('src')
subdir('tools')
+subdir('examples')
+
subdir('tests')