diff options
author | tipok <piratfm@gmail.com> | 2011-09-26 02:28:21 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-09-26 02:28:21 +0200 |
commit | cbf914cf16c1adf872a407a767bc171846a60905 (patch) | |
tree | ba5cdc3d794d40e7b88bb1748fac1f699d679b3c /doc/general.texi | |
parent | 023e9960d711980c8d7ddda4e15efc379977d3c6 (diff) | |
download | ffmpeg-cbf914cf16c1adf872a407a767bc171846a60905.tar.gz |
libaac+ support
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/general.texi')
-rw-r--r-- | doc/general.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/general.texi b/doc/general.texi index 9e97366541..1c592ebe2a 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -559,6 +559,8 @@ following image formats are supported: @multitable @columnfractions .4 .1 .1 .4 @item Name @tab Encoding @tab Decoding @tab Comments @item 8SVX audio @tab @tab X +@item AAC+ @tab E @tab X + @tab encoding supported through external library libaacplus @item AAC @tab E @tab X @tab encoding supported through external library libfaac and libvo-aacenc @item AC-3 @tab IX @tab X @@ -1105,7 +1107,7 @@ These library packages are only available from @uref{http://sourceware.org/cygwinports/, Cygwin Ports}: @example -yasm, libSDL-devel, libdirac-devel, libfaac-devel, libgsm-devel, +yasm, libSDL-devel, libdirac-devel, libfaac-devel, libaacplus-devel, libgsm-devel, libmp3lame-devel, libschroedinger1.0-devel, speex-devel, libtheora-devel, libxvidcore-devel @end example |