diff options
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 000000000000..dc17a62766a8 --- /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. |