Go to file
nu774 eba9a5841e add .gitattributes 2013-01-06 18:25:49 +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 use fstat() to test seekability of input file 2013-01-06 13:41:31 +09:00
.gitattributes add .gitattributes 2013-01-06 18:25:49 +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 more tweak on configure.ac and Makefile.am (take care of getopt_long) 2013-01-06 15:39:48 +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 more tweak on configure.ac and Makefile.am (take care of getopt_long) 2013-01-06 15:39:48 +09:00
version.h more tweak on configure.ac and Makefile.am (take care of getopt_long) 2013-01-06 15:39:48 +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