parent
7a3a7146ac
commit
5a040ff0a7
@ -1,26 +1,25 @@
|
|||||||
From 6b8189523f590e0ec8bd67b15c58377d27fe63f7 Mon Sep 17 00:00:00 2001
|
From 80053ca29abc26ff6129ea5cb5c7e7545519b625 Mon Sep 17 00:00:00 2001
|
||||||
From: Nicolas Chauvet <kwizart@gmail.com>
|
From: Nicolas Chauvet <kwizart@gmail.com>
|
||||||
Date: Sat, 7 Apr 2018 13:57:00 +0200
|
Date: Sat, 7 Apr 2018 13:57:00 +0200
|
||||||
Subject: [PATCH 05/11] Switch pugixml include
|
Subject: [PATCH] Switch pugixml include
|
||||||
|
|
||||||
---
|
---
|
||||||
wrapper/src/vmaf.cpp | 3 ++-
|
wrapper/src/vmaf.cpp | 2 +-
|
||||||
1 file changed, 2 insertions(+), 1 deletion(-)
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
diff --git a/wrapper/src/vmaf.cpp b/wrapper/src/vmaf.cpp
|
diff --git a/wrapper/src/vmaf.cpp b/wrapper/src/vmaf.cpp
|
||||||
index bed3502..a776931 100644
|
index fa1dce9..3e193bc 100644
|
||||||
--- a/wrapper/src/vmaf.cpp
|
--- a/wrapper/src/vmaf.cpp
|
||||||
+++ b/wrapper/src/vmaf.cpp
|
+++ b/wrapper/src/vmaf.cpp
|
||||||
@@ -28,7 +28,8 @@
|
@@ -29,7 +29,7 @@
|
||||||
|
|
||||||
#include "vmaf.h"
|
#include "vmaf.h"
|
||||||
#include "combo.h"
|
#include "combo.h"
|
||||||
-#include "pugixml/pugixml.hpp"
|
-#include "pugixml/pugixml.hpp"
|
||||||
+#include "svm.h"
|
|
||||||
+#include <pugixml.hpp>
|
+#include <pugixml.hpp>
|
||||||
#include "timer.h"
|
#include "timer.h"
|
||||||
#include "jsonprint.h"
|
#include "jsonprint.h"
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
--
|
--
|
||||||
2.17.1
|
2.17.2
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
SHA512 (vmaf-a654f6f.tar.gz) = 37984568db2d86c996567f3d2b57bd93e5dfce1adf5233e2cf0c1f6a099e3b704c8b31ff20c8115f87d4d7d40bedaad198a033d3acd4b40b4710a9d7a64cd987
|
SHA512 (vmaf-8f41503.tar.gz) = 596b96d320a77da39b43b14c385866294ed3be09e3474f940f4bf768ad7e78478446ac42edd0547582839c914ddaf61b33cff493c4eae87b480bd1e0fa12ef7a
|
||||||
|
Loading…
Reference in new issue