]> git.vomp.tv Git - jsonserver.git/commitdiff
New include for spdlog 1.3.1
authorChris Tallon <chris@vomp.tv>
Wed, 31 Jul 2019 15:29:42 +0000 (16:29 +0100)
committerChris Tallon <chris@vomp.tv>
Wed, 31 Jul 2019 15:29:42 +0000 (16:29 +0100)
Update readme

README
jsonserver.c

diff --git a/README b/README
index 91cf4b6e2ea3711b0ff0d3e9b3932238a15b22e6..b973d82b6705dca08cc61a8affcc6521966dd25a 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 This is a "plugin" for the Video Disk Recorder (VDR).
 
-Written by:                  Your Name <chris@vomp.tv>
+Written by:                  Chris Tallon <chris@vomp.tv>
 
 Project's homepage:          http://vomp.tv/jsonserver
 
@@ -15,5 +15,3 @@ See the file COPYING for more information.
 Description:
 
 A JSON data server plugin for VDR.
-
-Uses embedded Mongoose 3.7, and depends on libjsoncpp (0.6) from system.
index ac50fa74104e9abd159a054e58d460270e3bcde3..a725e333b90ab32c7987eaa768db910b754d700e 100644 (file)
@@ -6,6 +6,9 @@
  */
 // Log docs: https://github.com/gabime/spdlog
 #include <spdlog/spdlog.h>
+#if __has_include(<spdlog/sinks/basic_file_sink.h>)
+#include <spdlog/sinks/basic_file_sink.h>
+#endif
 namespace spd = spdlog;
 /*
 trace