Go to file
nu774 af8fa38d33 output to current working directory by default 2013-01-06 13:19:07 +09:00
m4 initial commit 2013-01-05 01:10:05 +09:00
missings initial commit 2013-01-05 01:10:05 +09:00
src output to current working directory by default 2013-01-06 13:19:07 +09:00
AUTHORS initial commit 2013-01-05 01:10:05 +09:00
COPYING initial commit 2013-01-05 01:10:05 +09:00
ChangeLog initial commit 2013-01-05 01:10:05 +09:00
INSTALL initial commit 2013-01-05 01:10:05 +09:00
Makefile.am tweak configure.ac and Makefile.am 2013-01-05 14:20:23 +09:00
NEWS initial commit 2013-01-05 01:10:05 +09:00
README initial commit 2013-01-05 01:10:05 +09:00
config.rpath initial commit 2013-01-05 01:10:05 +09:00
configure.ac tweak configure.ac and Makefile.am 2013-01-05 14:20:23 +09:00
version.h zero clear LIB_INFO before calling aacEncGetLibInfo() 2013-01-05 23:56:15 +09:00

README

==========================================================================
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