Codebase list kodi-inputstream-adaptive / 7dd8d746-4d13-4178-963e-ff88375511df/main
Refresh patches. Debian Janitor 2 years ago
2 changed file(s) with 15 addition(s) and 9 deletion(s). Raw diff Collapse all Expand all
11 Author: Christian Marillat <marillat@debian.org>
22 Forwarded: not-needed
33
4 --- a/wvdecrypter/cdm/build/build_config.h
5 +++ b/wvdecrypter/cdm/build/build_config.h
4 Index: kodi-inputstream-adaptive/wvdecrypter/cdm/build/build_config.h
5 ===================================================================
6 --- kodi-inputstream-adaptive.orig/wvdecrypter/cdm/build/build_config.h
7 +++ kodi-inputstream-adaptive/wvdecrypter/cdm/build/build_config.h
68 @@ -138,8 +138,18 @@
79 #define ARCH_CPU_32_BITS 1
810 #define ARCH_CPU_LITTLE_ENDIAN 1
33
44 ---
55
6 --- a/CMakeLists.txt
7 +++ b/CMakeLists.txt
8 @@ -56,7 +56,6 @@
6 Index: kodi-inputstream-adaptive/CMakeLists.txt
7 ===================================================================
8 --- kodi-inputstream-adaptive.orig/CMakeLists.txt
9 +++ kodi-inputstream-adaptive/CMakeLists.txt
10 @@ -58,7 +58,6 @@ endif()
911 include_directories(${INCLUDES}
1012 ${KODI_INCLUDE_DIR}/.. # Hack way with "/..", need bigger Kodi cmake rework to match right include ways (becomes done in future)
1113 lib/libbento4/Core
1315 )
1416
1517 set(CMAKE_FIND_FRAMEWORK LAST)
16 @@ -66,6 +65,11 @@
18 @@ -68,6 +67,11 @@ find_package(EXPAT REQUIRED)
1719 include_directories(${EXPAT_INCLUDE_DIRS})
1820 list(APPEND DEPLIBS ${EXPAT_LIBRARIES})
1921
2527 if(WIN32)
2628 add_definitions(-DXML_STATIC -D_CRT_NONSTDC_NO_DEPRECATE)
2729 list(APPEND DEPLIBS ws2_32)
28 @@ -77,8 +81,6 @@
30 @@ -79,8 +83,6 @@ add_definitions(-DUNICODE -D_UNICODE)
2931
3032 add_subdirectory(lib/mpegts)
3133
3436 if(CORE_SYSTEM_NAME STREQUAL ios OR CORE_SYSTEM_NAME STREQUAL darwin_embedded)
3537 set(BENTOUSESTCFS 1)
3638 add_subdirectory(lib/libbento4)
37 @@ -91,7 +93,6 @@
39 @@ -93,7 +95,6 @@ set(DECRYPTERPATH "special://home/cdm")
3840
3941 list(APPEND DEPLIBS bento4)
4042 list(APPEND DEPLIBS mpegts)
4244
4345 build_addon(inputstream.adaptive ADP DEPLIBS)
4446
47 Index: kodi-inputstream-adaptive/FindWEBM.cmake
48 ===================================================================
4549 --- /dev/null
46 +++ b/FindWEBM.cmake
50 +++ kodi-inputstream-adaptive/FindWEBM.cmake
4751 @@ -0,0 +1,28 @@
4852 +# - Try to find webm
4953 +# Once done this will define