mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 14:16:40 +00:00
Merge pull request #1507 from vpeter4/imx6-libcec
imx6: update libcec patch for 3.14 kernel
This commit is contained in:
commit
f08be38523
@ -710,24 +710,20 @@ diff --git a/src/libcec/cmake/DisplayPlatformSupport.cmake b/src/libcec/cmake/Di
|
||||
index 7ec10f5..2262638 100644
|
||||
--- a/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()
|
||||
|
||||
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)
|
||||
+ message(STATUS "i.MX6 support: yes")
|
||||
+else()
|
||||
+ message(STATUS "i.MX6 support: no")
|
||||
endif()
|
||||
|
||||
+ endif()
|
||||
+
|
||||
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
|
||||
index fe6c83d..e96bcd5 100644
|
||||
--- a/src/libcec/env.h.in
|
||||
|
Loading…
x
Reference in New Issue
Block a user