mirror of
https://github.com/nu774/fdkaac.git
synced 2024-12-28 16:20:29 +01:00
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
|