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

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