shithub: aacenc

ref: e6111ff4d0baf46bab7f4b495b4f0665c075ebe8
dir: /INSTALL/

View raw version
___________________________________
General FAAC compiling instructions

1. Make sure you have autoconf, automake and libtool installed.
   For MP4 support, you must have libmp4v2 (included in faad2) installed.
2. cd to FAAC source dir
3. Run:
	./bootstrap
	./configure
	make
	make install

__________________________________
MS Windows FAAC build using Cygwin

1. Install Cygwin (http://cygwin.com/) 
   (make sure to include autoconf, automake and libtool packages)
2. cd to FAAC source dir (folder)

To install Cygwin binary follow general instructions.

To install Mingw binary:
1. Run:
	./bootstrap
	CC='gcc -mno-cygwin' ./configure
	make
2. Copy frontend/faac.exe to destination folder.