index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
codecs
/
libmad
/
Makefile
Age
Commit message (
Expand
)
Author
2007-04-13
Build libmad separately for mpegplayer. This provides flexibility to adjust ...
Dave Chapman
2006-10-27
Next step of Makefile tuning: * Use 'make' internal commands for printing mes...
Jens Arnold
2006-10-23
Consistent style of 'make' messages. Always use ranlib after ar.
Jens Arnold
2006-09-02
settings.h includs button.h that includes target-button.h so we need to make
Daniel Stenberg
2006-07-24
Compiling libmad with -O instead of -O2 gives a small speedup (60% boost inst...
Dave Chapman
2006-02-24
prevent rockbox from using the wrong includes
Marcoen Hirschberg
2006-02-03
Undefined DEBUG, so that it compiles on DEBUG builds.
Tomasz Malesinski
2006-01-18
Profiling support, tools and documentation.
Brandon Low
2005-12-05
Codec makefile cleanup: remove redundant things, don't generate dependency fi...
Magnus Holmgren
2005-10-27
Support for a colon-separated path in APPEXTRA
Linus Nielsen Feltzing
2005-06-09
Full precision synth_full and dct32. Replaced all multiplications with proper...
Thom Johansen
2005-05-27
Added -O2 to libmad GCC flags. Gives a nice boost.
Thom Johansen
2005-05-07
Fixed makefiles for autoconf.g include.
Daniel Stenberg
2005-03-09
oops, silent compilation back in
Jean-Philippe Bernardy
2005-03-09
GMini: libmad compiled
Jean-Philippe Bernardy
2005-03-06
Use the new generic SRC build "macro" in tools/makesrc.inc to process the
Daniel Stenberg
2005-03-03
Use EXTRA_DEFINES for the SOURCES parsing in the codec makefiles
Linus Nielsen Feltzing
2005-03-02
Handle .S files in the codec Makefiles
Linus Nielsen Feltzing
2005-03-01
Correct dependencies for codec builds
Linus Nielsen Feltzing
2005-02-26
Show compiled source files
Jens Arnold
2005-02-16
Start to add libmad to the build system
Dave Chapman