Martin Storsjo
ec5d922893
Rename sbr_rom/ram files back to the original names
...
This minimizes the differences to upstream.
2012-11-02 13:30:45 +02:00
Martin Storsjo
53b442d8af
build: Build object files in subdirectories
...
This allows producing more than one object file with the same name.
2012-11-02 12:47:43 +02:00
Martin Storsjo
dc409c50e6
build: Don't use make variables in the declaration of source files
...
This is required for working dependency generation with
the subdir-objects option enabled.
2012-11-02 12:45:29 +02:00
Martin Storsjo
961d5598d3
Update Makefile.am to account for a removed file in the latest upstream
2012-11-01 11:17:22 +02:00
Martin Storsjo
bf0d9ddc43
Add an encoder example
2012-09-13 23:27:27 +03:00
Martin Storsjo
78443185d4
Export the external symbols via the libtool -export-symbols option
...
Change-Id: If139d0d1cf6f9fdfb0ebc477d2152b9f5f49f566
2012-07-11 14:37:36 +03:00
Martin Storsjo
4f7355002c
Don't link to libstdc++
...
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.
2012-07-11 14:28:03 +03:00
Martin Storsjo
28ca63087f
Add an _enc suffix to the sbr_ram/rom files in libSBRenc
...
This avoids name clashes with the similarly named files in
libSBRdec, when building all libraries with one single
automake file.
2012-07-11 14:28:03 +03:00
Martin Storsjo
cd1c375de0
Add automake/autoconf source files
...
Change-Id: If97c7482bffaab4a21cd2fb8341f2939f19d3bbd
2012-07-11 14:28:02 +03:00