[vlc-commits] snap: merge ffmpeg-based plugins into one to save space.

Konstantin Pavlov git at videolan.org
Wed Feb 21 21:22:49 CET 2018


vlc | branch: master | Konstantin Pavlov <thresh at videolan.org> | Wed Feb 21 18:03:01 2018 +0300| [20cac58ac1d02256fa7133d4b0b7ee8cab52cda4] | committer: Konstantin Pavlov

snap: merge ffmpeg-based plugins into one to save space.

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

 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