diff options
Diffstat (limited to 'project.conf')
-rw-r--r-- | project.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/project.conf b/project.conf index 5b9358f..2f3637d 100644 --- a/project.conf +++ b/project.conf @@ -4,6 +4,9 @@ type = "executable" version = "1.3.0" platforms = ["posix"] +[config] +ignore_dirs = ["src/kms"] + [dependencies] libavcodec = ">=58" libavformat = ">=58" |