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-8.1 platform.
Download (HTTP): https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.12.2.tar.xz
Download MD5 sum: 8788aecc032a287227b4bd239d1b998a
Download size: 8.4 MB
Estimated disk space required: 505 MB (add 2 MB for tests)
Estimated build time: 2.9 SBU (less than 0.1 SBU for tests)
Valgrind-3.13.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.12.2 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 2017-08-23 21:43:46 -0700