mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
imx6: update kodi patch (disable logging)
This commit is contained in:
parent
56e11e1f23
commit
b19cd6913b
@ -24,3 +24,17 @@ diff -aurNp a/xbmc/windowing/egl/EGLNativeTypeIMX.cpp b/xbmc/windowing/egl/EGLNa
|
|||||||
#endif
|
#endif
|
||||||
#include "utils/log.h"
|
#include "utils/log.h"
|
||||||
#include "utils/RegExp.h"
|
#include "utils/RegExp.h"
|
||||||
|
--- a/xbmc/cores/VideoPlayer/DVDCodecs/Video/DVDVideoCodecIMX.h 2016-09-04 18:08:27.249816157 +0200
|
||||||
|
+++ b/xbmc/cores/VideoPlayer/DVDCodecs/Video/DVDVideoCodecIMX.h 2016-09-04 18:09:16.803892804 +0200
|
||||||
|
@@ -55,9 +55,9 @@
|
||||||
|
// priorities to those subsystems can result in a very different user
|
||||||
|
// experience. With that setting enabled we can build some statistics,
|
||||||
|
// as numbers are always better than "feelings"
|
||||||
|
-#define IMX_PROFILE_BUFFERS
|
||||||
|
+//#define IMX_PROFILE_BUFFERS
|
||||||
|
|
||||||
|
-#define IMX_PROFILE
|
||||||
|
+//#define IMX_PROFILE
|
||||||
|
//#define TRACE_FRAMES
|
||||||
|
|
||||||
|
#define RENDER_USE_G2D 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user