summaryrefslogtreecommitdiffstats
path: root/vlc/build
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2020-04-28 19:16:38 +0000
committer Eric Hameleers <alien@slackware.com>2020-04-28 19:16:38 +0000
commit80e30548f53a89ab9192c4a852225001d085bdcf (patch)
tree0d3144fd17bc286c74ee0c07813e64eb2d66124a /vlc/build
parent7954968d13b757eca508b3cc08368d41ee0ac332 (diff)
downloadasb-80e30548f53a89ab9192c4a852225001d085bdcf.tar.gz
asb-80e30548f53a89ab9192c4a852225001d085bdcf.tar.xz
vlc: we need a newer nasm than is available on Slackware 14.2
Diffstat (limited to 'vlc/build')
-rwxr-xr-xvlc/build/vlc.SlackBuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/vlc/build/vlc.SlackBuild b/vlc/build/vlc.SlackBuild
index 149a9279..5fb77f84 100755
--- a/vlc/build/vlc.SlackBuild
+++ b/vlc/build/vlc.SlackBuild
@@ -28,6 +28,7 @@
# Descr: multimedia player for various audio and video formats
# URL: http://www.videolan.org/vlc/
# Buildneeds: apache-ant, java8, meson, ninja, python3
+# (Slackware 14.2: newer nasm)
# Needs: (Slackware 14.2: OpenAL, SDL_sound, libxkbcommon, qt5,
# libinput, libwacom)
# libdvdcss for playing encrypted DVDs
@@ -3399,9 +3400,7 @@ make_dav1d()
echo -e "**\n** dav1d ...\n**"
cd $TMP/tmp-$PRGNAM/dav1d-${DAV1D}
-# Make it compile on 14.2:
-sed -i meson.build -e 's/2.13.02/2.13.01/'
-
+# Needs a newer nasm to make it compile on 14.2!
meson build \
--prefix $VLCDEPSDIR/usr \
--default-library static \