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 12.4 platform.
Download (HTTP): https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.26.9.tar.xz
Download SHA256 Sum: 08a8e944fc61ef26df515784a089c8ac41765304a5d55b98199835b28a98dbdf
Download MD5 sum: b6c20503f7e010f5f3042cf8e117ecfa
Download size: 5,154.5 KB
Estimated disk space required: 9,949.1 KB
Estimated build time: less than 0.1 SBU
FFmpeg-8.0.1 and gst-plugins-base-1.26.9
Prepare GStreamer Libav by running the following commands:
meson setup build \
--prefix=/usr \
--buildtype=releaseTo build the package, issue:
ninja -C build
To run the tests, issue:
ninja -C build test
Now Install the package, as the root user:
ninja -C build install
--buildtype=release: Specify a buildtype
suitable for stable releases of the package, as the default may
produce unoptimized binaries.