mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +00:00
imx6: update libcec patch
This commit is contained in:
parent
c0b84ae523
commit
7593750314
@ -1408,22 +1408,14 @@ 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()
|
@@ -51,4 +51,9 @@ else()
|
||||||
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)
|
||||||
diff --git a/src/libcec/cmake/LinkPlatformSupport.cmake b/src/libcec/cmake/LinkPlatformSupport.cmake
|
diff --git a/src/libcec/cmake/LinkPlatformSupport.cmake b/src/libcec/cmake/LinkPlatformSupport.cmake
|
||||||
|
Loading…
x
Reference in New Issue
Block a user