summaryrefslogtreecommitdiffstats
path: root/package/libmad
Commit message (Collapse)AuthorAgeFilesLines
* Normalize separator size to 80Alexandre Belloni2013-06-061-2/+2
| | | | | Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libmad: force architecture-specific optimisations on AVR32Gilles Talis2013-02-231-0/+1
| | | | | | | | | Fixes: http://autobuild.buildroot.net/results/e01f5a5484299dce1797966445f3972583c67b22 http://autobuild.buildroot.net/results/7ed0563fbbfc19c93ec5be35d3b6a95e496b4c5d Signed-off-by: Gilles Talis <gilles.talis@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libmad: add license infoSamuel Martin2012-11-301-0/+2
| | | | | | [Peter: license is GPLv2+ as pointed out by Arnout] Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libmad: add Thumb2 patches from DebianThomas Petazzoni2012-09-162-0/+60
| | | | | | | | | | This fixes recurrent libmad build failures reported by the autobuilder. See: http://autobuild.buildroot.net/results/a10c943e74b6e67e69183a35b5762482e357a75f/build-end.log Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* remove rest of the BR2_SOURCEFORGE_MIRROR referencesStefan Fröberg2012-08-281-1/+1
| | | | | Signed-off-by: Stefan Fröberg <stefan.froberg@petroprogram.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* all packages: rename XXXTARGETS to xxx-packageArnout Vandecappelle (Essensium/Mind)2012-07-171-1/+1
| | | | | | | | | | | | | Also remove the redundant $(call ...). This is a purely mechanical change, performed with find package linux toolchain boot -name \*.mk | \ xargs sed -i -e 's/$(eval $(call GENTARGETS))/$(eval $(generic-package))/' \ -e 's/$(eval $(call AUTOTARGETS))/$(eval $(autotools-package))/' \ -e 's/$(eval $(call CMAKETARGETS))/$(eval $(cmake-package))/' Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libmad: Add optimization config optionsBenoît Thébaudeau2012-07-132-1/+46
| | | | | | | | | | Configuring libmad with --enable-speed compromises accuracy and can cause audio clipping in some cases (heard on ARM platform with some loud MP3s), so give users the choice of MAD optimizations. The default config corresponds to the default behavior of libmad's configure. Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
* libmad: unbreak after 5d6f32878f7 (move audio libraries out)Peter Korsgaard2012-05-061-2/+2
| | | | | | libmad is no longer in package/multimeda, so adjust .pc handling to match. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/multimedia: move audio libraries outGustavo Zacarias2012-05-056-0/+3081
| | | | | | | | Move audio libraries out of the Audio and Video category into the Libraries/Audio one. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* audio: Move all audio packages into audio subdirDaniel Laird2008-09-053-3022/+0
| | | | | | | | Moved all audio packages into a subdir called audio. I then created a Config.in and made sure that a audio.mk existed. Daniel Laird
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-2/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* buildroot: cleanup <package>-clean targets.Peter Korsgaard2008-03-271-5/+3
| | | | Based on input from Arndt Kritzner & Bernhard Fischer.
* libmad $(MAKE) should be run with full configure environmentUlf Samuelsson2007-11-271-1/+1
|
* Fix libmad configure order according to issue 0001571, revert old fixUlf Samuelsson2007-11-272-36/+31
|
* Avoid autoconf, to allow libmad build to completeUlf Samuelsson2007-11-021-7/+12
|
* update ltmain.sh in libmad by running libtoolize during buildUlf Samuelsson2007-10-311-0/+5
|
* - just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer2007-10-011-1/+1
| | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
* Remove renamed libmad patchUlf Samuelsson2007-08-281-2922/+0
|
* Allow for architecture specific libmad patches, make current patch AVR32 ↵Ulf Samuelsson2007-08-282-1/+2924
| | | | specific
* - semicolon touchup. No other changesBernhard Reutner-Fischer2007-08-221-2/+2
|
* - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer2007-08-211-2/+2
| | | | toolchain/*/*.mk */Makefile.in -l)
* Remove switches if sstrip is runUlf Samuelsson2007-08-211-1/+1
|
* SED away some whitespaceUlf Samuelsson2007-08-201-1/+1
|
* Build correct target in libmadUlf Samuelsson2007-08-011-6/+5
|
* Use correct extension for libmad libraryUlf Samuelsson2007-07-281-9/+11
|
* Add avr32 patch for libmadUlf Samuelsson2007-07-281-0/+2922
|
* Update libmad configuration + cleanupUlf Samuelsson2007-07-231-2/+5
|
* - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer2007-06-271-2/+1
| | | | - use TARGET_CONFIGURE_ARGS where appropriate.
* Cleanup. Moved header file install to LIBMAD_PACKAGE_HEADERS target like zlibPeter Korsgaard2007-05-102-13/+37
|
* fixup package LDFLAGS handlingEric Andersen2007-03-131-0/+2
|
* - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵Bernhard Reutner-Fischer2006-10-011-1/+1
| | | | | | not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
* Make the sourceforge mirror site a config option, as sourceforgeEric Andersen2005-06-091-1/+1
| | | | mirrors tend to change, move, go down, etc from time to time.
* There is no need to have a separate 'Makefile.in' file in theEric Andersen2005-02-102-3/+8
| | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file
* more help updates from Tom CameronMike Frysinger2004-12-261-4/+5
|
* Make the TAR_VERBOSITY option a bit more saneEric Andersen2004-10-091-1/+1
|
* Thomas Lundquist: have the makefiles depend on the correct fileMike Frysinger2004-10-091-11/+7
|
* use $(TAR_VERBOSITY)Mike Frysinger2004-10-091-1/+1
|
* final step in buildroot faceliftEric Andersen2004-10-092-0/+11
|
* Remove the old 'make' directory, and populate the new 'package'Eric Andersen2004-10-091-0/+56
directory.