From a0d2494bae1ddde4880cc849b2d4a1ce9b4958f7 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sun, 6 Aug 2017 15:59:52 +0000 Subject: ffmpeg: updated to 3.3.3 --- ffmpeg/build/ffmpeg.SlackBuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ffmpeg/build/ffmpeg.SlackBuild b/ffmpeg/build/ffmpeg.SlackBuild index 2fb715bf..c5a8ceca 100755 --- a/ffmpeg/build/ffmpeg.SlackBuild +++ b/ffmpeg/build/ffmpeg.SlackBuild @@ -163,6 +163,8 @@ # 3.3.2-1: 08/jun/2017 by Eric Hameleers # * Update. Added libmfx support (HW-accelerated video decoding # on modern Intel GPU's): check "ffmpeg -codecs |grep qsv". +# 3.3.3-1: 06/aug/2017 by Eric Hameleers +# * Update. # # Run 'sh ffmpeg.SlackBuild' to build a Slackware package. # The package (.txz) plus descriptive .txt file are created in /tmp . @@ -200,7 +202,7 @@ else fi PRGNAM=ffmpeg -VERSION=${VERSION:-3.3.2} +VERSION=${VERSION:-3.3.3} BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:--j7} TAG=${TAG:-"alien"} -- cgit v1.2.3-65-gdbad