mirror of https://github.com/nu774/fdkaac.git
15 lines
430 B
Plaintext
15 lines
430 B
Plaintext
|
==========================================================================
|
||
|
fdkaac - command line frontend encoder for libfdk-aac
|
||
|
==========================================================================
|
||
|
|
||
|
Prerequisites
|
||
|
-------------
|
||
|
You need libfdk-aac, GNU autoconf and automake, and C compiler.
|
||
|
On Posix environment, you will also need GNU gettext (for iconv.m4).
|
||
|
|
||
|
How to build
|
||
|
------------
|
||
|
$ autoreconf -i
|
||
|
$ ./configure
|
||
|
$ make
|