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-7.9 platform.
Download (HTTP): http://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.6.3.tar.xz
Download MD5 sum: cfe9a06913d4fd4067e9e47f6e05fac2
Download size: 7.4 MB
Estimated disk space required: 599 MB (with tests)
Estimated build time: 3.6 SBU (with tests)
Valgrind-3.11.0 and Orc
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gst10-libav
Install GStreamer Libav by running the following commands:
./configure --prefix=/usr \ --with-package-name="GStreamer Libav Plugins 1.6.3 BLFS" \ --with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/" && make
To test the results, issue: make check.
Now, as the root
user:
make install
--with-libav-extra-configure="--disable-yasm"
: Use
this switch if you don't have yasm
installed.
Last updated on 2016-02-24 19:22:02 -0800