libogg-1.1.4

Introduction to libogg

The libogg package contains the Ogg file structure. This is useful for creating (encoding) or playing (decoding) a single physical bit stream.

This package is known to build and work properly using an LFS-6.5 platform.

Package Information

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libogg

Installation of libogg

Install libogg by running the following commands:

./configure --prefix=/usr &&
make

To test the results, issue: make check.

Now, as the root user:

make install

Contents

Installed Programs: None
Installed Library: libogg.{so,a}
Installed Directories: /usr/include/ogg and /usr/share/doc/libogg-1.1.4

Short Descriptions

libogg.{so,a}

libraries provide the functions required for programs to read or write Ogg formatted bit streams.

Last updated on 2009-07-29 08:51:02 +0000