summaryrefslogtreecommitdiffstats
path: root/vlc
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2018-01-02 21:19:27 +0000
committer Eric Hameleers <alien@slackware.com>2018-01-02 21:19:27 +0000
commiteae425b00f7474c8089c84604b3d4a5d3c1e4f32 (patch)
treef4f3c9fa7d01182e369a46e173bd55aa5e8ec9f7 /vlc
parentf24b1a359ae5563a2da7c176dcee4d997f112882 (diff)
downloadasb-eae425b00f7474c8089c84604b3d4a5d3c1e4f32.tar.gz
asb-eae425b00f7474c8089c84604b3d4a5d3c1e4f32.tar.xz
vlc: fix hardware decoding in ffmpeg3 variant.
Diffstat (limited to 'vlc')
-rwxr-xr-xvlc/build/vlc.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/vlc/build/vlc.SlackBuild b/vlc/build/vlc.SlackBuild
index 5b576068..918d8494 100755
--- a/vlc/build/vlc.SlackBuild
+++ b/vlc/build/vlc.SlackBuild
@@ -442,6 +442,8 @@
# USE_FFMPEG3=YES ./vlc.SlackBuild
# Note: using the ffmpeg3 branch seems to cause segfaults
# in combination with hardware-assisted decoding.
+# 2.2.8-3 02/jan/2018 by Eric Hameleers <alien@slackware.com>
+# * Fix hardware decoding in ffmpeg3 variant.
#
# Run 'sh vlc.SlackBuild' to build a Slackware package.
# The package (.txz) plus descriptive .txt file are created in /tmp .
@@ -465,7 +467,7 @@
PRGNAM=vlc
PRGNAM2=npapi-vlc
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
NPBUILD=${NPBUILD:-1}
TAG=${TAG:-"alien"}
@@ -602,7 +604,7 @@ fi
# Dependent package versions
if [ "${USE_FFMPEG3}" = "YES" -o "${USE_FFMPEG3}" = "yes" ]; then
- FFMPEG=a824685 # ffmpeg3 git snapshot 12 jul 2017
+ FFMPEG=eaff5fc # ffmpeg3 git snapshot 06 dec 2017
else
FFMPEG=cdb0225 # ffmpeg2 git snapshot 16 feb 2016
fi