summaryrefslogtreecommitdiffstats
path: root/package/libmad
Commit message (Collapse)AuthorAgeFilesLines
* 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/+0Star
| | | | | | | | 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/+0Star
| | | | 'default n' is the default, so there's no need to say it explicitly.
* buildroot: cleanup <package>-clean targets.Peter Korsgaard2008-03-271-5/+3Star
| | | | 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/+31Star
|
* 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/+0Star
|
* 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-021-6/+5Star
|
* 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/+1Star
| | | | - 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/+7Star
|
* 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.