summaryrefslogtreecommitdiffstats
path: root/package/multimedia/libmad
Commit message (Collapse)AuthorAgeFilesLines
* libmad: fix MIPS gcc 4.4+ "h" asm constraint removalGustavo Zacarias2010-11-191-0/+72
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libmad: convert to the autotools infrastructureThomas Petazzoni2010-04-131-67/+10
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libmad: remove dedicated target-headers optionPeter Korsgaard2009-10-032-15/+4
| | | | | | | Instead, simply only copy headers/static lib if BR2_HAVE_DEVFILES is enabled. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* buildroot: silence ./configure step when building with 'make -s'Peter Korsgaard2009-10-011-1/+1
| | | | | | | | | | We have been passing -q to ./configure when using 'make -s' for packages using Makefile.autotools.in for some time. Do the same for packages using autotools, but not using the Makefile.autotools.in infrastructure, taking care to not do it for packages with hand written configure scripts. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: Remove unnecessary dependencies on uclibc.Will Newton2009-09-031-1/+1
| | | | | | | | A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libmad: unbreak build with gcc-4.3.xPeter Korsgaard2009-01-201-0/+33
| | | | | libmad used the long deprecated -fforce-mem gcc flag, which no longer is recognized in gcc-4.3.x. It has long been a noop, so simply remove it.
* package/: convert to DOWNLOAD helperPeter Korsgaard2009-01-161-1/+1
|
* package/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-081-2/+2
|
* package/audio: rename audio category to multimediaPeter Korsgaard2008-11-153-0/+3022
Prepare for the merge of audio and video packages. Many packages cannot properly be assigned to either audio or video, because they have support for both (libogg, mplayer, vlc). Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>