1
0
mirror of https://github.com/nu774/fdkaac.git synced 2024-12-28 16:20:29 +01:00
Go to file
2013-01-05 14:20:23 +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 fixed to clip before converting float to int 2013-01-05 10:47:21 +09:00
AUTHORS initial commit 2013-01-05 01:10:05 +09:00
ChangeLog 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
COPYING 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
version.h update version.h 2013-01-05 14:04:44 +09:00

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