summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-multimedia/libmad/libmad
Commit message (Collapse)AuthorAgeFilesLines
* libmad: Add a patch to pass cflags to buildKhem Raj2023-05-281-0/+47
| | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 0474e0b8705ee2048e92ed5874b83b2535dc9cd2) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libmad: Define O2 for all arches as default optimizationKhem Raj2019-11-172-31/+69
| | | | | | | | | | Extend mips inline asm fix to build on clang ../libmad-0.15.1b/layer12.c:94:10: error: invalid output constraint '=h' in asm return mad_f_mul(sample, linear_table[nb - 2]); ^ Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmad: Fix build with clangKhem Raj2016-11-261-0/+43
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmad: add the recipeAlexander Kanavin2016-07-295-0/+147
The recipe has been removed from oe-core, see https://bugzilla.yoctoproject.org/show_bug.cgi?id=6020 Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>