TwoLAME: Difference between revisions
From CBLFS
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 31: | Line 31: | ||
Compile the package: | Compile the package: | ||
CC="gcc ${BUILD32}" ./configure --prefix=/usr && | |||
make | |||
Install the package | Install the package | ||
make install | |||
=== N32 === | === N32 === | ||
| Line 41: | Line 42: | ||
Compile the package: | Compile the package: | ||
CC="gcc ${BUILDN32}" ./configure --prefix=/usr \ | |||
--libdir=/usr/lib32 && | |||
make | |||
Install the package | Install the package | ||
make install | |||
=== 64Bit === | === 64Bit === | ||
| Line 51: | Line 54: | ||
Compile the package: | Compile the package: | ||
CC="gcc ${BUILD64}" ./configure --prefix=/usr \ | |||
--libdir=/usr/lib64 && | |||
make | |||
Install the package | Install the package | ||
make install | |||
= Contents = | = Contents = | ||
| Line 70: | Line 75: | ||
| /usr/share/doc/twolame | | /usr/share/doc/twolame | ||
|} | |} | ||
[[Category:Media Libraries]] | |||
Latest revision as of 15:33, 19 March 2009
| Download Source: | http://downloads.sourceforge.net/twolame/twolame-0.3.12.tar.gz |
|---|
Introduction to TwoLAME
TwoLAME is an optimised MPEG Audio Layer 2 (MP2) encoder based on tooLAME, which in turn is based upon the ISO dist10 code and portions of LAME. TwoLAME includes libtwolame, a fully thread-safe shared library with an API very similar to LAME's.
Project Homepage: http://www.twolame.org/
Dependencies
Required
Non-Multilib
Compile the package:
./configure --prefix=/usr && make
Install the package
make install
Multilib
32Bit
Compile the package:
CC="gcc ${BUILD32}" ./configure --prefix=/usr &&
make
Install the package
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" ./configure --prefix=/usr \
--libdir=/usr/lib32 &&
make
Install the package
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" ./configure --prefix=/usr \
--libdir=/usr/lib64 &&
make
Install the package
make install
Contents
| Installed Programs: | twolame |
|---|---|
| Installed Libraries: | libtwolame.{a,la,so} |
| Installed Directory: | /usr/share/doc/twolame |