shithub: dav1d

Download patch

ref: f26bf7fadfe6321e7b57f90f9d2a8d69c54a0eed
parent: 8d3bc55c32d5433c975b4e5fc07fefdf8be8bb50
author: Michael Bradshaw <mjbshaw@google.com>
date: Fri Feb 15 10:54:35 EST 2019

Include version.h using a relative path

All the other headers are being included relatively.

--- a/include/dav1d/dav1d.h
+++ b/include/dav1d/dav1d.h
@@ -38,7 +38,7 @@
 #include "common.h"
 #include "picture.h"
 #include "data.h"
-#include "dav1d/version.h"
+#include "version.h"
 
 typedef struct Dav1dContext Dav1dContext;
 typedef struct Dav1dRef Dav1dRef;