[SCM] kodiplatform/master: [tvos] - remove iokit linkage
rbalint at users.alioth.debian.org
rbalint at users.alioth.debian.org
Tue Mar 1 11:54:02 UTC 2016
The following commit has been merged in the master branch:
commit 7f1f71349ac25f9e03a3b50ea6ee225e1414eab8
Author: Memphiz <memphis at machzwo.de>
Date: Fri Dec 18 19:07:56 2015 +0100
[tvos] - remove iokit linkage
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2ce8c0d..d0135ca 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -30,7 +30,7 @@ set(kodiplatform_LIBRARIES ${CMAKE_THREAD_LIBS_INIT} ${TINYXML_LIBRARIES})
if(NOT ${CORE_SYSTEM_NAME} STREQUAL "")
if(${CORE_SYSTEM_NAME} STREQUAL "osx" OR ${CORE_SYSTEM_NAME} STREQUAL "ios")
- list(APPEND kodiplatform_LIBRARIES "-framework CoreVideo -framework IOKit")
+ list(APPEND kodiplatform_LIBRARIES "-framework CoreVideo")
endif()
endif()
--
kodiplatform packaging
More information about the pkg-multimedia-commits
mailing list