mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 06:57:50 +00:00
imx6: update libcec patch for 3.14 kernel
This commit is contained in:
parent
8cd9fa57bf
commit
b7c17d6a4f
@ -710,24 +710,20 @@ diff --git a/src/libcec/cmake/DisplayPlatformSupport.cmake b/src/libcec/cmake/Di
|
|||||||
index 7ec10f5..2262638 100644
|
index 7ec10f5..2262638 100644
|
||||||
--- a/src/libcec/cmake/DisplayPlatformSupport.cmake
|
--- a/src/libcec/cmake/DisplayPlatformSupport.cmake
|
||||||
+++ b/src/libcec/cmake/DisplayPlatformSupport.cmake
|
+++ b/src/libcec/cmake/DisplayPlatformSupport.cmake
|
||||||
@@ -45,9 +45,15 @@ else()
|
@@ -50,6 +50,12 @@ else()
|
||||||
|
message(STATUS "AOCEC support: no")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (HAVE_AOCEC_API)
|
|
||||||
- message(STATUS "AOCEC support: yes")
|
|
||||||
+ message(STATUS "AOCEC support: yes")
|
|
||||||
else()
|
|
||||||
- message(STATUS "AOCEC support: no")
|
|
||||||
+ message(STATUS "AOCEC support: no")
|
|
||||||
+endif()
|
|
||||||
+
|
|
||||||
+if (HAVE_IMX_API)
|
+if (HAVE_IMX_API)
|
||||||
+ message(STATUS "i.MX6 support: yes")
|
+ message(STATUS "i.MX6 support: yes")
|
||||||
+else()
|
+else()
|
||||||
+ message(STATUS "i.MX6 support: no")
|
+ message(STATUS "i.MX6 support: no")
|
||||||
endif()
|
+ endif()
|
||||||
|
+
|
||||||
if (HAVE_PYTHON)
|
if (HAVE_PYTHON)
|
||||||
|
message(STATUS "Python support: version ${PYTHONLIBS_VERSION_STRING} (${PYTHON_VERSION})")
|
||||||
|
else()
|
||||||
|
|
||||||
diff --git a/src/libcec/env.h.in b/src/libcec/env.h.in
|
diff --git a/src/libcec/env.h.in b/src/libcec/env.h.in
|
||||||
index fe6c83d..e96bcd5 100644
|
index fe6c83d..e96bcd5 100644
|
||||||
--- a/src/libcec/env.h.in
|
--- a/src/libcec/env.h.in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user