Installation under linux
========================
Compiling the package as a shared library:
1. Type 'make lib' to compile.
2. Type 'make install' to install.
Compiling the command line decoder, faad, with shared library:
1. First, compile and install the shared library, see above.
2. Type 'make faad' to compile.
3. Type 'make install' to install.
Compiling the command line decoder, faad, without shared library (static):
1. Type 'make faad_static' to compile.
2. Type 'make install' to install.