summaryrefslogtreecommitdiffstats
path: root/ffmpeg
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2017-03-31 23:00:51 +0000
committer Eric Hameleers <alien@slackware.com>2017-03-31 23:00:51 +0000
commitb13eda6ebd333ec32e31bff9357a3b551669b2ad (patch)
treec0ad951fca0672b4dba6e70875e94838abb8f16a /ffmpeg
parent7c52694936c79447eb3d533752a18b05a0fe4a1d (diff)
downloadasb-b13eda6ebd333ec32e31bff9357a3b551669b2ad.tar.gz
asb-b13eda6ebd333ec32e31bff9357a3b551669b2ad.tar.xz
ffmpeg: recompiled against new libcdio-paranoia in -current
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"}