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.6 platform.
GStreamer 1.0 series is not API or ABI compatible with GStreamer 0.10 series and both can be installed on the same system.
Download (HTTP): http://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.4.1.tar.xz
Download MD5 sum: ea2d636c24d7c5ae123967ef22e37c07
Download size: 5 MB
Estimated disk space required: 249 MB (adittional 1 MB for the tests)
Estimated build time: 2.3 SBU
Valgrind-3.10.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.4.1 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 2014-09-13 17:48:40 -0700