diff options
Diffstat (limited to 'package/kodi/patches/patch-xbmc_filesystem_CurlFile_cpp')
-rw-r--r-- | package/kodi/patches/patch-xbmc_filesystem_CurlFile_cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/kodi/patches/patch-xbmc_filesystem_CurlFile_cpp b/package/kodi/patches/patch-xbmc_filesystem_CurlFile_cpp deleted file mode 100644 index 42b47bad5..000000000 --- a/package/kodi/patches/patch-xbmc_filesystem_CurlFile_cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- xbmc-21.2-Omega.orig/xbmc/filesystem/CurlFile.cpp 2025-01-15 23:14:15.000000000 +0100 -+++ xbmc-21.2-Omega/xbmc/filesystem/CurlFile.cpp 2025-10-06 04:56:01.878205684 +0200 -@@ -44,7 +44,7 @@ using namespace std::chrono_literals; - - #define FITS_INT(a) (((a) <= INT_MAX) && ((a) >= INT_MIN)) - --curl_proxytype proxyType2CUrlProxyType[] = { -+long proxyType2CUrlProxyType[] = { - CURLPROXY_HTTP, CURLPROXY_SOCKS4, CURLPROXY_SOCKS4A, - CURLPROXY_SOCKS5, CURLPROXY_SOCKS5_HOSTNAME, CURLPROXY_HTTPS, - }; |