File FindBento4.cmake.patch of Package kodi.binary-addons

11
 
1
--- inputstream.adaptive/FindBento4.cmake.orig  2022-12-22 14:29:28.507305405 +0200
2
+++ inputstream.adaptive/FindBento4.cmake   2022-12-23 13:22:39.122598455 +0200
3
@@ -9,6 +9,7 @@
4
 # BENTO4_INCLUDE_DIRS - the Bento4 include directory
5
 # BENTO4_LIBRARIES - the Bento4 libraries
6
 
7
+set(ENABLE_INTERNAL_BENTO4 ON)
8
 if(ENABLE_INTERNAL_BENTO4)
9
   include(ExternalProject)
10
   file(STRINGS ${CMAKE_SOURCE_DIR}/depends/common/bento4/bento4.txt bentourl REGEX "^bento4[\t ]*.+$")
11