diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-11 20:30:45 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-11 20:30:45 +0200 |
commit | 9adfba095e2fffc220d9b21acca1a419ab760804 (patch) | |
tree | c20a725d84e4e539bd70b7d3496971631fc008f4 /audio/faac/README | |
parent | aadf21dd321cf07a976a284ef1ffbad01f512056 (diff) | |
download | slackbuilds-9adfba095e2fffc220d9b21acca1a419ab760804.tar.gz |
audio/faac: Moved from multimedia
Diffstat (limited to 'audio/faac/README')
-rw-r--r-- | audio/faac/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/audio/faac/README b/audio/faac/README new file mode 100644 index 0000000000..dc17a62766 --- /dev/null +++ b/audio/faac/README @@ -0,0 +1,15 @@ +FAAC is an Advanced Audio Coder (MPEG2-AAC, MPEG4-AAC). +The goal of FAAC is to explore the possibilities of AAC and exceed +the quality of the currently best MP3 encoders. + +faac comes with its own version of libmp4v2, but if you use it, you have to +uninstall faac everytime you want to update it, as faac would otherwise +detect the already installed libmp4v2 and build against it. Then, when you +upgrade to the new package, it doesn't have the included libmp4v2, because +it was part of the old package, so faac is linking to a nonexistent library +after the upgrade. Long story short, we strongly recommend using the +external libmp4v2 (available from SlackBuilds.org); just make sure it is +installed when you configure faac, and it will be detected automatically. + +NOTE: If you have installed faac < 1.26-i486-2_SBo, make sure to remove it +before either installing libmp4v2 or running the new SlackBuild. |