]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Makefile.ffmpeg: update ffmpeg to 3.4
authorJaroslav Kysela <perex@perex.cz>
Mon, 16 Oct 2017 15:39:16 +0000 (17:39 +0200)
committerJaroslav Kysela <perex@perex.cz>
Wed, 18 Oct 2017 13:15:29 +0000 (15:15 +0200)
Makefile
Makefile.ffmpeg

index d1128b5218107251248127069a40c488cb9c5ed3..ef760f454f56591965490bbf3ca9478e55531247 100644 (file)
--- 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
index 4cb2f2e75e4b5b1e5451bf7748ab77a6a9c4480c..5309e6dec26eb844b02bd22e8d73a4a8b0fdbfc7 100644 (file)
@@ -93,10 +93,10 @@ LIBMFX_URL     = https://github.com/lu-zero/mfx_dispatch/archive/$(LIBMFX_TB)
 LIBMFX_SHA1    = 33dec0b054d842e8380eb31b97afe02d07d5c6fc
 LIBMFX_DIFFS   =
 
-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
 
 
 # ##############################################################################