| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
Conflicts:
.cproject
libAACenc/src/aacenc_lib.cpp
libAACenc/src/qc_main.cpp
libFDK/src/FDK_crc.cpp
libSYS/include/FDK_audio.h
|
|
|
|
|
|
| |
It's the patch from commit
e969ea8 AAC960 works now. All modes: LC/SBR/PS. Only for DAB+, not DRM.
without the copyright headers that create a ton of merge conficts
|
| |
|
|
|
|
| |
This minimizes the differences to upstream.
|
|
|
|
| |
This allows producing more than one object file with the same name.
|
|
|
|
|
| |
This is required for working dependency generation with
the subdir-objects option enabled.
|
| |
|
| |
|
|
|
|
| |
Change-Id: If139d0d1cf6f9fdfb0ebc477d2152b9f5f49f566
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
This avoids name clashes with the similarly named files in
libSBRdec, when building all libraries with one single
automake file.
|
|
Change-Id: If97c7482bffaab4a21cd2fb8341f2939f19d3bbd
|