[vlc-commits] snap: don't try to build snap on extras/tools.
Konstantin Pavlov
git at videolan.org
Tue May 29 23:41:55 CEST 2018
vlc/vlc-3.0 | branch: master | Konstantin Pavlov <thresh at videolan.org> | Wed May 30 00:41:09 2018 +0300| [4a1d1f73274a036f37417ec48f2a33b32285c13c] | committer: Konstantin Pavlov
snap: don't try to build snap on extras/tools.
It's nonexistant in 3.0 branch.
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=4a1d1f73274a036f37417ec48f2a33b32285c13c
---
extras/package/snap/snapcraft.yaml | 1 -
1 file changed, 1 deletion(-)
diff --git a/extras/package/snap/snapcraft.yaml b/extras/package/snap/snapcraft.yaml
index 80188e9ec6..4642454da8 100644
--- a/extras/package/snap/snapcraft.yaml
+++ b/extras/package/snap/snapcraft.yaml
@@ -63,7 +63,6 @@ parts:
cd extras/tools
./bootstrap
make -j $(getconf _NPROCESSORS_ONLN) .protoc
- make -j $(getconf _NPROCESSORS_ONLN) .nasm
cd ../../
export PATH=$PWD/extras/tools/build/bin:$PATH
cd contrib && mkdir linux && cd linux
More information about the vlc-commits
mailing list