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 8255eeda..857d0cee 100755
--- a/ffmpeg/build/ffmpeg.SlackBuild
+++ b/ffmpeg/build/ffmpeg.SlackBuild
@@ -155,6 +155,8 @@
# Update to latest versions of internal ass, fdkaac, fribidi,
# gsm, opus, orc, speex, v4l, vpx, x264 and x265 libraries.
# Add SDL2 internal library, required by ffplay.
+# 3.2.4-2: 31/mar/2017 by Eric Hameleers <alien@slackware.com>
+# * Recompiled against new libcdio-paranoia in -current.
#
# Run 'sh ffmpeg.SlackBuild' to build a Slackware package.
# The package (.txz) plus descriptive .txt file are created in /tmp .
@@ -187,7 +189,7 @@ fi
PRGNAM=ffmpeg
VERSION=${VERSION:-3.2.4}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
NUMJOBS=${NUMJOBS:--j7}
TAG=${TAG:-"alien"}