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-11.1 platform.
Download (HTTP): https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.20.0.tar.xz
Download MD5 sum: 755e2844e1bd346eadc300d584d6afd6
Download size: 272 KB
Estimated disk space required: 14 MB
Estimated build time: 0.1 SBU (Using parallelism=4)
FFmpeg-4.4.1 and gst-plugins-base-1.20.0
User Notes: https://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 \ --buildtype=release \ -Dpackage-origin=https://www.linuxfromscratch.org/blfs/view/svn/ \ -Dpackage-name="GStreamer 1.20.0 BLFS" && ninja
To test the results, issue: ninja test
Now, as the root
user:
ninja install
--buildtype=release
:
Specify a buildtype suitable for stable releases of the package, as
the default may produce unoptimized binaries.
Last updated on