Dirac

From CBLFS
Revision as of 04:57, 4 April 2009 by Chipster19 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Download Source: http://diracvideo.org/download/dirac-research/dirac-1.0.2.tar.gz

Introduction to Dirac

Dirac is an advanced royalty-free video compression format designed for a wide range of uses, from delivering low-resolution web content to broadcasting HD and beyond, to near-lossless studio editing.

Project Homepage: http://diracvideo.org/

Dependencies

Optional

Non-Multilib

Compile the package:

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

Install the package

make install

Multilib

32Bit

Compile the package:

USE_ARCH=32 PKG_CONFIG_PATH=${PKG_CONFIG_PATH32} \
      CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \
      ./configure --prefix=/usr &&
make 

Install the package

make install

N32

Compile the package:

TO DO!

Install the package

make install

64Bit

Compile the package:

USE_ARCH=64 PKG_CONFIG_PATH=${PKG_CONFIG_PATH64} \
      CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
      ./configure --prefix=/usr --libdir=/usr/lib64 &&
make 

Install the package

make install

Contents

Installed Programs: dirac_encoder, dirac_decoder, dirac_instrumentation,
Installed Libraries: libdirac_encoder.{a,so}, libdirac_decoder.{a,so}
Installed Directory: None