The GStreamer Libav package contains GStreamer plugins for Libav (a fork of FFmpeg).
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
下载地址(HTTP):https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.28.4.tar.xz
MD5 校验和:fce422d2a95bf21c815caa7b197178ba
大小:212 KB
预计所需磁盘空间:11 MB
预计构建时间:小于 0.1 SBU
FFmpeg-8.1.2 and gst-plugins-base-1.28.4
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.