[vlc-commits] snap: build nasm as a requisite for the newer x264

Konstantin Pavlov git at videolan.org
Fri Nov 9 09:16:52 CET 2018


vlc/vlc-3.0 | branch: master | Konstantin Pavlov <thresh at videolan.org> | Fri Nov  9 11:16:03 2018 +0300| [f36fc9e7a6d2bc5224697b72c3c6fc3961bee4a4] | committer: Konstantin Pavlov

snap: build nasm as a requisite for the newer x264

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=f36fc9e7a6d2bc5224697b72c3c6fc3961bee4a4
---

 extras/package/snap/snapcraft.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/extras/package/snap/snapcraft.yaml b/extras/package/snap/snapcraft.yaml
index a3f59d2643..3c78577855 100644
--- a/extras/package/snap/snapcraft.yaml
+++ b/extras/package/snap/snapcraft.yaml
@@ -62,6 +62,7 @@ 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