Difference between revisions of "Dirac"
From CBLFS
Jump to navigationJump to search (→Dependencies) |
Chipster19 (talk | contribs) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 15: | Line 15: | ||
* [[CppUnit]] | * [[CppUnit]] | ||
* [[Doxygen]] | * [[Doxygen]] | ||
− | * [[ | + | * [[TeTeX]] |
== Non-Multilib == | == Non-Multilib == | ||
Line 72: | Line 72: | ||
|-valign="top" | |-valign="top" | ||
! Installed Libraries: | ! Installed Libraries: | ||
− | | libdirac_encoder.so, libdirac_decoder.so | + | | libdirac_encoder.{a,so}, libdirac_decoder.{a,so} |
|-valign="top" | |-valign="top" | ||
! Installed Directory: | ! Installed Directory: | ||
| None | | None | ||
|} | |} | ||
+ | |||
+ | [[Category:Media Libraries]] |
Latest revision as of 03:57, 4 April 2009
Download Source: | http://diracvideo.org/download/dirac-research/dirac-1.0.2.tar.gz |
---|
Contents
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 |