From: jebos Date: Sat, 9 Mar 2019 20:22:06 +0000 (+0100) Subject: Update to newest ffmpeg to fix libX11 compile issue "DSO missing from commandline" X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d250c1844798791a1354254a60545d4be5ada197;p=thirdparty%2Ftvheadend.git Update to newest ffmpeg to fix libX11 compile issue "DSO missing from commandline" Fixes #5504 --- diff --git a/Makefile.ffmpeg b/Makefile.ffmpeg index 25a24710f..8768de8b1 100644 --- a/Makefile.ffmpeg +++ b/Makefile.ffmpeg @@ -103,10 +103,10 @@ FFNVCODEC_TB = $(FFNVCODEC).tar.gz FFNVCODEC_URL = https://github.com/FFmpeg/nv-codec-headers/releases/download/n$(FFNVCODEC_VER)/nv-codec-headers-$(FFNVCODEC_VER).tar.gz FFNVCODEC_SHA1 = 57eb91aab785b1adeb2d17c95fd1bba32e6f53d9 -FFMPEG = ffmpeg-4.1 +FFMPEG = ffmpeg-4.1.1 FFMPEG_TB = $(FFMPEG).tar.bz2 FFMPEG_URL = http://ffmpeg.org/releases/$(FFMPEG_TB) -FFMPEG_SHA1 = dbbecc574c0a57687271165a618353d4ddbd8cfa +FFMPEG_SHA1 = 9076734d98fb8d6ad1cff8f8f68228afa0bb2204 # ############################################################################## # Library Config