summaryrefslogtreecommitdiffstats
path: root/ffmpeg
diff options
context:
space:
mode:
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"}