summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 c5a8ceca..14c44c30 100755
--- a/ffmpeg/build/ffmpeg.SlackBuild
+++ b/ffmpeg/build/ffmpeg.SlackBuild
@@ -165,6 +165,8 @@
# on modern Intel GPU's): check "ffmpeg -codecs |grep qsv".
# 3.3.3-1: 06/aug/2017 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 3.3.4-1: 13/sep/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 .
@@ -202,7 +204,7 @@ else
fi
PRGNAM=ffmpeg
-VERSION=${VERSION:-3.3.3}
+VERSION=${VERSION:-3.3.4}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:--j7}
TAG=${TAG:-"alien"}