1
0
mirror of https://github.com/nu774/fdkaac.git synced 2025-01-30 07:15:36 +01:00
2013-01-07 10:58:09 +09:00
2013-01-05 01:10:05 +09:00
2013-01-05 01:10:05 +09:00
2013-01-06 18:37:55 +09:00
2013-01-07 10:58:09 +09:00
2013-01-06 18:25:49 +09:00
2013-01-05 01:10:05 +09:00
2013-01-05 01:10:05 +09:00
2013-01-05 01:10:05 +09:00
2013-01-05 01:10:05 +09:00
2013-01-05 01:10:05 +09:00
2013-01-05 01:10:05 +09:00
2013-01-06 18:37:55 +09:00
2013-01-07 10:58:09 +09:00

==========================================================================
fdkaac - command line frontend encoder for libfdk-aac
==========================================================================

Prerequisites
-------------
You need libfdk-aac.
On Posix environment, you will also need GNU gettext (for iconv.m4) and
GNU autoconf/automake.

How to build on Posix environment
---------------------------------
First, you need to build libfdk-aac and install on your system.
Once you have done it, the following will do the task.
(MinGW build can be done the same way, and doesn't require gettext/iconv)

$ autoreconf -i
$ ./configure && make && make install

How to build on MSVC
--------------------
First you have to extract libfdk-aac source here, so that directory tree will
look like the following:
+- fdk-aac ---+-documentation
|             +-libAACdec
|             +-libAACenc
|             :
+- m4
+- missings
+- MSVC
+- src

MSVC solution for Visual Studio 2010 is under MSVC directory.
Description
No description provided
Readme
Languages
C 81.4%
M4 17.7%
Python 0.5%
Makefile 0.4%