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:
authorMichael Bradshaw <mjbshaw@google.com>2019-02-15 17:54:35 +0300
committerJanne Grunau <janne-vlc@jannau.net>2019-02-19 02:05:42 +0300
commitf26bf7fadfe6321e7b57f90f9d2a8d69c54a0eed (patch)
treea40607b5aa57a2e516b911ff88d7ea45e96492c2 /include/dav1d/dav1d.h
parent8d3bc55c32d5433c975b4e5fc07fefdf8be8bb50 (diff)
Include version.h using a relative path
All the other headers are being included relatively.
Diffstat (limited to 'include/dav1d/dav1d.h')
-rw-r--r--include/dav1d/dav1d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dav1d/dav1d.h b/include/dav1d/dav1d.h
index 4f475dc..0756039 100644
--- a/include/dav1d/dav1d.h
+++ b/include/dav1d/dav1d.h
@@ -38,7 +38,7 @@ extern "C" {
#include "common.h"
#include "picture.h"
#include "data.h"
-#include "dav1d/version.h"
+#include "version.h"
typedef struct Dav1dContext Dav1dContext;
typedef struct Dav1dRef Dav1dRef;