The GStreamer Libav package contains GStreamer plugins for Libav (a fork of FFmpeg).
This package is known to build and work properly using an LFS-10.1 platform.
Download (HTTP): https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.18.4.tar.xz
Download MD5 sum: 71bd312207411fb69364b19b4b249331
Download size: 276 KB
Estimated disk space required: 8.5 MB
Estimated build time: less than 0.1 SBU (Using parallelism=4)
FFmpeg-4.4 and gst-plugins-base-1.18.4
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gst10-libav
If you do not have an Objective-C compiler installed, the build system for this package will emit a warning about a failed sanity check. This is harmless, and it is safe to continue.
Install GStreamer Libav by running the following commands:
mkdir build && cd build && meson --prefix=/usr \ -Dbuildtype=release \ -Dpackage-origin=http://www.linuxfromscratch.org/blfs/view/svn/ \ -Dpackage-name="GStreamer 1.18.4 BLFS" && ninja
This package does not come with a test suite.
Now, as the root
user:
ninja install
Last updated on 2021-03-16 23:45:26 -0500