summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Matteo Bernardini2023-05-06 07:25:13 +0200
committer Matteo Bernardini2024-04-20 17:31:36 +0200
commit9b8f350070c06330494404b4f50d00a70a66788f (patch)
tree32fcf5fc69aa1340c9634c968d08a03769bbfa20
parent7348664936073e3ad54706addd43560c23807ed8 (diff)
downloadslackbuilds-vice.tar.gz
system/vice: Disable ffmpeg as 5.x is incompatible.vice
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r--system/vice/vice.SlackBuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/vice/vice.SlackBuild b/system/vice/vice.SlackBuild
index 38aa08d8c5..e67c0fd235 100644
--- a/system/vice/vice.SlackBuild
+++ b/system/vice/vice.SlackBuild
@@ -104,6 +104,7 @@ set -e
# ffmpeg is included in the base OS on post-14.2 -current, but leave
# this here in case someone's doing something clever.
[ -x /usr/bin/ffmpeg ] && ffmpeg="--enable-ffmpeg"
+ffmpeg="" # ...but with ffmpeg 5.x is broken ATM
# Anticipating 15.0's pure-alsa-system
# 20240214 bkw: which sadly never materialized. I keep this here for