summaryrefslogtreecommitdiffstats
path: root/ffmpeg
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2017-08-06 15:59:52 +0000
committer Eric Hameleers <alien@slackware.com>2017-08-06 15:59:52 +0000
commita0d2494bae1ddde4880cc849b2d4a1ce9b4958f7 (patch)
tree86cde94a8e143b1fc57188c947aea27e1e45ca60 /ffmpeg
parenta82650b163f4e3181b0123124d75a67debe19443 (diff)
downloadasb-a0d2494bae1ddde4880cc849b2d4a1ce9b4958f7.tar.gz
asb-a0d2494bae1ddde4880cc849b2d4a1ce9b4958f7.tar.xz
ffmpeg: updated to 3.3.3
Diffstat (limited to 'ffmpeg')
-rwxr-xr-xffmpeg/build/ffmpeg.SlackBuild4
1 files changed, 3 insertions, 1 deletions
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 <alien@slackware.com>
# * 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 <alien@slackware.com>
+# * 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"}