gavl-1.4.0

Gavl の概要

Gavl is short for Gmerlin Audio Video Library. It is a low level library that handles the details of audio and video formats like colorspaces, samplerates, multichannel configurations etc. It provides standardized definitions for those formats as well as container structures for carrying audio samples or video images inside an application.

[注記]

注記

LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。

パッケージ情報

Gavl の依存パッケージ

必須

libpng-1.6.40

任意

Doxygen-1.9.8

Gavl のインストール

以下のコマンドを実行して Gavl をビルドします。

LIBS=-lm                      \
./configure --prefix=/usr     \
            --without-doxygen \
            --docdir=/usr/share/doc/gavl-1.4.0 &&
make

このパッケージにテストスイートはありません。

root ユーザーになって以下を実行します。

make install

コマンド説明

LIBS=-lm: This variable ensures the math library is searched when linking.

--without-doxygen: This switch disables use of Doxygen. Omit if Doxygen is installed and you wish to build the API documentation.

パッケージ構成

インストールプログラム: なし
インストールライブラリ: libgavl.so
インストールディレクトリ: /usr/include/gavl, /usr/share/doc/gavl-1.4.0

概略説明

libgavl.so

is the Gmerlin Audio Video Library