1
0
mirror of https://github.com/nu774/fdkaac.git synced 2024-12-28 16:20:29 +01:00
fdkaac/README
2013-01-05 01:10:05 +09:00

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