From: Jaroslav Kysela Date: Mon, 16 Oct 2017 15:39:16 +0000 (+0200) Subject: Makefile.ffmpeg: update ffmpeg to 3.4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e046518e504e59ba5ce57021eeff1e16f9884e52;p=thirdparty%2Ftvheadend.git Makefile.ffmpeg: update ffmpeg to 3.4 --- diff --git a/Makefile b/Makefile index a7969c3e2..6c60762f6 100644 --- a/Makefile +++ b/Makefile @@ -101,9 +101,12 @@ endif FFMPEG_PREFIX := $(BUILDDIR)/ffmpeg/build/ffmpeg FFMPEG_LIBDIR := $(FFMPEG_PREFIX)/lib +FFMPEG_INCDIR := $(FFMPEG_PREFIX)/include FFMPEG_CONFIG := \ PKG_CONFIG_LIBDIR=$(FFMPEG_LIBDIR)/pkgconfig $(PKG_CONFIG) \ - --define-variable=prefix=$(FFMPEG_PREFIX) --static + --define-variable=prefix=$(FMPEG_PREFIX) \ + --define-variable=includedir=$(FFMPEG_INCDIR) \ + --define-variable=libdir=$(FFMPEG_LIBDIR) --static ifeq ($(CONFIG_LIBX264_STATIC),yes) FFMPEG_DEPS += libx264 diff --git a/Makefile.ffmpeg b/Makefile.ffmpeg index 491b880f4..d2f0130bc 100644 --- a/Makefile.ffmpeg +++ b/Makefile.ffmpeg @@ -94,10 +94,10 @@ LIBOPUS_TB = $(LIBOPUS).tar.gz LIBOPUS_URL = http://downloads.xiph.org/releases/opus/$(LIBOPUS_TB) LIBOPUS_SHA1 = 35d108ca9d6a8d05e52d06c5421a5f95b39fdac9 -FFMPEG = ffmpeg-3.3.4 +FFMPEG = ffmpeg-3.4 FFMPEG_TB = $(FFMPEG).tar.bz2 FFMPEG_URL = http://ffmpeg.org/releases/$(FFMPEG_TB) -FFMPEG_SHA1 = 6cf8f6d927d705b1844f601d93dd4036bd8d5b5d +FFMPEG_SHA1 = 6cfb7f4549a5b2dce6a8442ce16c76739c09dd6d # ############################################################################## # Library Config