mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +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
|
||||
--- a/src/libcec/cmake/DisplayPlatformSupport.cmake
|
||||
+++ b/src/libcec/cmake/DisplayPlatformSupport.cmake
|
||||
@@ -45,9 +45,15 @@ else()
|
||||
@@ -51,4 +51,9 @@ else()
|
||||
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)
|
||||
diff --git a/src/libcec/cmake/LinkPlatformSupport.cmake b/src/libcec/cmake/LinkPlatformSupport.cmake
|
||||
|
Loading…
x
Reference in New Issue
Block a user