mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
projects/Cuboxi/patches/xbmc-master: add patch to fix buildissue after commit 74f3f02
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
b0b1b00d2c
commit
0db5c3ee33
@ -0,0 +1,13 @@
|
|||||||
|
diff -Naur xbmc-master-14-dae6f76/xbmc/windowing/egl/EGLNativeTypeIMX.cpp xbmc-master-14-dae6f76.patch/xbmc/windowing/egl/EGLNativeTypeIMX.cpp
|
||||||
|
--- xbmc-master-14-dae6f76/xbmc/windowing/egl/EGLNativeTypeIMX.cpp 2014-07-11 04:38:24.091279024 +0200
|
||||||
|
+++ xbmc-master-14-dae6f76.patch/xbmc/windowing/egl/EGLNativeTypeIMX.cpp 2014-07-11 04:48:46.630581643 +0200
|
||||||
|
@@ -211,8 +211,7 @@
|
||||||
|
|
||||||
|
std::string valstr;
|
||||||
|
get_sysfs_str("/sys/class/graphics/fb0/modes", valstr);
|
||||||
|
- std::vector<CStdString> probe_str;
|
||||||
|
- StringUtils::SplitString(valstr, "\n", probe_str);
|
||||||
|
+ std::vector<string> probe_str = StringUtils::Split(valstr, "\n");
|
||||||
|
|
||||||
|
resolutions.clear();
|
||||||
|
RESOLUTION_INFO res;
|
Loading…
x
Reference in New Issue
Block a user