File kodi.binary-addons-audiodecoder.ncsf-gcc5.3.patch of Package kodi.binary-addons

--- audiodecoder.ncsf/lib/SSEQPlayer/convert.h.orig	2016-03-09 12:46:55.687325178 +0100
+++ audiodecoder.ncsf/lib/SSEQPlayer/convert.h	2016-03-09 12:47:51.075421648 +0100
@@ -11,12 +11,16 @@
 #include <sstream>
 #include <typeinfo>
 #include <locale>
+/*
 #if (defined(__GNUC__) || defined(__clang__)) && !defined(_LIBCPP_VERSION)
 # include "wstring_convert.h"
 # include "codecvt.h"
 #else
+*/
 # include <codecvt>
+/*
 #endif
+*/
 #include <vector>
 #include <cmath>