mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Philipp Zabel <p.zabel@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH] ffmpeg: version bump 4.1.3 -> 4.2
Date: Wed,  7 Aug 2019 10:28:32 +0200	[thread overview]
Message-ID: <20190807082832.12055-1-p.zabel@pengutronix.de> (raw)

LICENSE.md was changed to clarify the --enable-nonfree option.
A paragraph about the NVENC library requiring this option was
removed, as the NVENC headers are MIT licensed. For details,
see upstream commits:

  bc4137d4aa3a ("configure: Don't require nonfree for nvenc")
  9eea2e5daf41 ("LICENSE: Remove an incorrect statement.")
  c8b50ff8f9b3 ("LICENSE: Remove nvenc from the non-free section.")
  479a5f644f07 ("LICENSE: Clarify --enable-nonfree.")

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
 rules/ffmpeg.make | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/rules/ffmpeg.make b/rules/ffmpeg.make
index c80b14fd491d..3a643fce7cbc 100644
--- a/rules/ffmpeg.make
+++ b/rules/ffmpeg.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_FFMPEG) += ffmpeg
 #
 # Paths and names
 #
-FFMPEG_VERSION	:= 4.1.3
-FFMPEG_MD5	:= dcc20dd2682ea01c678b7b8324339d43
+FFMPEG_VERSION	:= 4.2
+FFMPEG_MD5	:= fb33a9110251873002869664686b2a3f
 FFMPEG		:= ffmpeg-$(FFMPEG_VERSION)
 FFMPEG_SUFFIX	:= tar.xz
 FFMPEG_URL	:= https://www.ffmpeg.org/releases/$(FFMPEG).$(FFMPEG_SUFFIX)
@@ -24,7 +24,7 @@ FFMPEG_DIR	:= $(BUILDDIR)/$(FFMPEG)
 # Note: any GPL only code is disabled below with --disable-gpl
 FFMPEG_LICENSE	:= LGPL-2.1-or-later AND BSD-3-Clause
 FFMPEG_LICENSE_FILES := \
-	file://LICENSE.md;md5=e6c05704638b696e6df04470d7fede29 \
+	file://LICENSE.md;md5=d14d3e3b1e822c8b34b2a233fda0c9d8 \
 	file://COPYING.LGPLv2.1;md5=bd7a443320af8c812e4c18d1b79df004 \
 	file://libavcodec/arm/vp8dsp_armv6.S;startline=4;endline=52;md5=24eb31d8cad17de39e517e8d946cdee0 \
 	file://libavcodec/mips/ac3dsp_mips.c;startline=2;endline=27;md5=5f25aa1db1ecf13c29efc63800bf6ae8 \
@@ -122,6 +122,7 @@ FFMPEG_CONF_OPT		:= \
 	--disable-jni \
 	--disable-ladspa \
 	--disable-libaom \
+	--disable-libaribb24 \
 	--disable-libass \
 	--disable-libbluray \
 	--disable-libbs2b \
@@ -129,6 +130,7 @@ FFMPEG_CONF_OPT		:= \
 	--disable-libcelt \
 	--disable-libcdio \
 	--disable-libcodec2 \
+	--disable-libdav1d \
 	--disable-libdavs2 \
 	--disable-libdc1394 \
 	--disable-libfdk-aac \
@@ -193,7 +195,6 @@ FFMPEG_CONF_OPT		:= \
 	--disable-lv2 \
 	--disable-lzma \
 	--disable-decklink \
-	--disable-libndi_newtek \
 	--disable-mbedtls \
 	--disable-mediacodec \
 	--disable-libmysofa \
@@ -201,6 +202,7 @@ FFMPEG_CONF_OPT		:= \
 	--disable-opencl \
 	--disable-opengl \
 	--disable-openssl \
+	--disable-pocketsphinx \
 	--disable-sndio \
 	--disable-schannel \
 	--disable-sdl2 \
@@ -210,7 +212,8 @@ FFMPEG_CONF_OPT		:= \
 	--disable-zlib \
 	--disable-amf \
 	--disable-audiotoolbox \
-	--disable-cuda-sdk \
+	--disable-cuda-nvcc \
+	--disable-cuda-llvm \
 	--disable-cuvid \
 	--disable-d3d11va \
 	--disable-dxva2 \
-- 
2.20.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

                 reply	other threads:[~2019-08-07  8:28 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190807082832.12055-1-p.zabel@pengutronix.de \
    --to=p.zabel@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox