Automatically exported from code.google.com/p/squeezelite
Squeezelite requires header files for the following libraries to be present at build time:
All above libraries are dynamically loaded and optional at runtime, meaning that these libraries are only required on the build machine.
It also optionally supports the following libraries which may be enabled by defining additional build options:
Optional build options are enabled by passing additional defines to the compiler. This may be done with the -D option to ggc or via setting OPTS before calling the included makefiles. For example:
OPTS="-DFFMPEG -DRESAMPLE" make
The following build options are supported:
Squeezelite can be build with gcc on linux and osx platforms using the included makefiles.
It also builds using MSVC++ on Windows (project file not currently included in git).
To build on linux with support for re sampling if the same tree was previously used to build with different options:
OPTS=-DRESAMPLE make clean
OPTS=-DRESAMPLE make
To build on OS X:
make -f Makefile.osx