summaryrefslogtreecommitdiffstats
path: root/ffmpeg
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2017-09-13 18:42:42 +0000
committer Eric Hameleers <alien@slackware.com>2017-09-13 18:42:42 +0000
commitb4b75486c1359e81a0066eb4685a1855e1f37fb8 (patch)
tree47537e68e3528b1c736567a6c390b89a38fcea26 /ffmpeg
parent8dc583a3b5a87fbc4421b81d6d7023175886c9f4 (diff)
downloadasb-b4b75486c1359e81a0066eb4685a1855e1f37fb8.tar.gz
asb-b4b75486c1359e81a0066eb4685a1855e1f37fb8.tar.xz
ffmpeg: updated to 3.3.4
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 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"}