mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 22:47:51 +00:00
add patch to fix build using gcc5
This commit is contained in:
parent
ec9c316658
commit
877c630fe1
@ -0,0 +1,17 @@
|
|||||||
|
diff -Naur audiodecoder.ncsf-6cbec60.orig/lib/SSEQPlayer/convert.h audiodecoder.ncsf-6cbec60/lib/SSEQPlayer/convert.h
|
||||||
|
--- audiodecoder.ncsf-6cbec60.orig/lib/SSEQPlayer/convert.h 2015-05-09 09:55:22.000000000 -0700
|
||||||
|
+++ audiodecoder.ncsf-6cbec60/lib/SSEQPlayer/convert.h 2015-10-23 00:23:22.442374128 -0700
|
||||||
|
@@ -11,12 +11,7 @@
|
||||||
|
#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 <codecvt>
|
||||||
|
#include <vector>
|
||||||
|
#include <cmath>
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user