[vlc-commits] snap: merge ffmpeg-based plugins into one to save space.
Konstantin Pavlov
git at videolan.org
Wed Feb 21 21:28:08 CET 2018
vlc/vlc-3.0 | branch: master | Konstantin Pavlov <thresh at videolan.org> | Wed Feb 21 18:03:01 2018 +0300| [5389504cc214d78c5dd91a09638587a639b33f22] | committer: Konstantin Pavlov
snap: merge ffmpeg-based plugins into one to save space.
(cherry picked from commit 20cac58ac1d02256fa7133d4b0b7ee8cab52cda4)
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=5389504cc214d78c5dd91a09638587a639b33f22
---
extras/package/snap/snapcraft.yaml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/extras/package/snap/snapcraft.yaml b/extras/package/snap/snapcraft.yaml
index a21fd7fbc0..71d7035a8a 100644
--- a/extras/package/snap/snapcraft.yaml
+++ b/extras/package/snap/snapcraft.yaml
@@ -59,7 +59,8 @@ parts:
autoreconf -fi
./configure \
--prefix=$SNAPCRAFT_PART_INSTALL/usr \
- --disable-wayland
+ --disable-wayland \
+ --enable-merge-ffmpeg
make -j $(getconf _NPROCESSORS_ONLN)
install: |
echo $(git describe HEAD) > $SNAPCRAFT_STAGE/version
More information about the vlc-commits
mailing list