Libogg-1.1.2

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.

Package Information

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.2

Short Descriptions

libogg.[so,a]

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

Last updated on 2005-08-01 13:29:19 -0600