xbmc / inputstream.ffmpegdirect

Supports streams opened by FFmpeg's libavformat or Kodi's cURL such as plain TS, HLS and DASH (non-DRM) as well as many others. There is support for Archive/Catchup services where there is a replay window and can timeshift across that span. Also provides timeshift for live streams where rewind/pause and fast-forward would not have been available.
GNU General Public License v2.0
57 stars 40 forks source link

[depends] Bring back libdl patch to fix webOS build failure #290

Closed sundermann closed 2 months ago

sundermann commented 2 months ago

webOS builds have been failing for some time. This was because gnutls was missing -ldl in linker flags causing ffmpeg to bail out at configure step. The patch was removed in #267 but it's actually still needed