The GStreamer Libav package contains GStreamer plugins for Libav (a fork of FFmpeg).
This version of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable version of the System V books.
Download (HTTP): https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.28.0.tar.xz
Download MD5 sum: a0aae40e44b882e32fc6e2af77620d83
Download size: 184 KB
Estimated disk space required: 11 MB
Estimated build time: less than 0.1 SBU
FFmpeg-8.0.1 and gst-plugins-base-1.28.0
Install GStreamer Libav by running the following commands:
mkdir build &&
cd build &&
meson setup .. \
--prefix=/usr \
--buildtype=release &&
ninja
To run the tests, 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.