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-29 12:28:43 +0300
committerMarvin Scholz <epirat07@gmail.com>2018-09-29 12:28:43 +0300
commitf5b7e2ff1ab6be1c19d186b9a1706ef3c7e0ddbf (patch)
tree6a57c369ce2b5f8bf8c61e5df6908e833e728dd0 /meson.build
parentdd576607133683eb5a1008349d9d5f62693cceb6 (diff)
Build: Move ext folder to src
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 394fee6..9a4ee5a 100644
--- a/meson.build
+++ b/meson.build
@@ -269,7 +269,7 @@ if is_asm_enabled
depfile: '@BASENAME@.obj.ndep',
arguments: [
'-f', nasm_format,
- '-I', '@SOURCE_DIR@/',
+ '-I', '@SOURCE_DIR@/src/',
'-MQ', '@OUTPUT@', '-MF', '@DEPFILE@',
'@EXTRA_ARGS@',
'@INPUT@',