mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
Merge pull request #686 from vpeter4/imx6-krypton
projects/imx6: small fixes for kodi master
This commit is contained in:
commit
347de5f981
File diff suppressed because it is too large
Load Diff
26
projects/imx6/patches/kodi/kodi-100-master-fixes.patch
Normal file
26
projects/imx6/patches/kodi/kodi-100-master-fixes.patch
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
diff -aurNp a/xbmc/linux/imx/IMX.cpp b/xbmc/linux/imx/IMX.cpp
|
||||||
|
--- a/xbmc/linux/imx/IMX.cpp 2016-08-21 23:42:23.000000000 +0200
|
||||||
|
+++ b/xbmc/linux/imx/IMX.cpp 2016-09-02 12:51:09.516633817 +0200
|
||||||
|
@@ -198,11 +198,6 @@ bool CIMXFps::Recalc()
|
||||||
|
|
||||||
|
double frameNorm = CDVDCodecUtils::NormalizeFrameduration(frameDuration, &hasMatch);
|
||||||
|
|
||||||
|
- if (hasMatch && !patternLength)
|
||||||
|
- m_patternLength = 1;
|
||||||
|
- else
|
||||||
|
- m_patternLength = patternLength;
|
||||||
|
-
|
||||||
|
if (!m_hasPattern && hasMatch)
|
||||||
|
m_frameDuration = frameNorm;
|
||||||
|
|
||||||
|
diff -aurNp a/xbmc/windowing/egl/EGLNativeTypeIMX.cpp b/xbmc/windowing/egl/EGLNativeTypeIMX.cpp
|
||||||
|
--- a/xbmc/windowing/egl/EGLNativeTypeIMX.cpp 2016-08-21 23:42:23.000000000 +0200
|
||||||
|
+++ b/xbmc/windowing/egl/EGLNativeTypeIMX.cpp 2016-09-02 12:42:54.443140655 +0200
|
||||||
|
@@ -29,6 +29,7 @@
|
||||||
|
#include <sys/ioctl.h>
|
||||||
|
#ifdef HAS_IMXVPU
|
||||||
|
#include <linux/mxcfb.h>
|
||||||
|
+#include "cores/VideoPlayer/DVDCodecs/Video/DVDVideoCodecIMX.h"
|
||||||
|
#endif
|
||||||
|
#include "utils/log.h"
|
||||||
|
#include "utils/RegExp.h"
|
Loading…
x
Reference in New Issue
Block a user