aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
...
* Add an encoder exampleMartin Storsjo2012-09-131-0/+9
|
* Export the external symbols via the libtool -export-symbols optionMartin Storsjo2012-07-111-1/+3
| | | | Change-Id: If139d0d1cf6f9fdfb0ebc477d2152b9f5f49f566
* Don't link to libstdc++Martin Storsjo2012-07-111-0/+5
| | | | | | | While the source is C++, it doesn't use anything from the C++ runtime, so by building with -fno-exceptions -fno-rtti, the dynamic library doesn't have to be linked to libstdc++. This also simplifies things for users of the static library.
* Add an _enc suffix to the sbr_ram/rom files in libSBRencMartin Storsjo2012-07-111-2/+2
| | | | | | This avoids name clashes with the similarly named files in libSBRdec, when building all libraries with one single automake file.
* Add automake/autoconf source filesMartin Storsjo2012-07-111-0/+208
Change-Id: If97c7482bffaab4a21cd2fb8341f2939f19d3bbd