gst-libav-1.14.4

Introduction to GStreamer Libav

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.4 platform.

Package Information

GStreamer Libav Dependencies

Required

gst-plugins-base-1.14.4

Recommended

Optional

Valgrind-3.14.0 and Orc

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gst10-libav

Installation of GStreamer Libav

Install GStreamer Libav by running the following commands:

./configure --prefix=/usr \
            --with-package-name="GStreamer Libav Plugins 1.14.4 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

Command Explanations

--with-libav-extra-configure="--disable-yasm": Use this switch if you don't have yasm installed.

Contents

Installed Programs: None
Installed Library: /usr/lib/gstreamer-1.0/libgstlibav.so
Installed Directory: /usr/share/gtk-doc/html/gst-libav-plugins-1.0

Last updated on 2019-02-17 13:55:58 -0800