rockbox/apps/codecs/libm4a
Nils Wallménius 4909e09267 FS#12141 by Sean Bartell
Some of these were found with http://www.samba.org/junkcode/#findstatic. Changes of note:
* The old MDCT has been removed.
* Makefile.test files that create test programs for libatrac, libcook, and libffmpegFLAC have been removed, as they don't work. My project will have a replacement that works with all codecs.
* I've tried not to remove anything useful. CLIP_TO_15 was removed from libtremor because there's another copy (also commented) in codeclib.



git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29945 a1c6a512-1295-4272-9138-f99709370657
2011-06-02 14:59:15 +00:00
..
demux.c Fix compiler warnings ('variable set ut not used') with GCC 4.6.0. 2011-04-27 17:59:49 +00:00
libm4a.make Silence warning from 'ar' if the archive had to be created. 2009-03-01 09:04:15 +00:00
m4a.c FS#12141 by Sean Bartell 2011-06-02 14:59:15 +00:00
m4a.h FS#12141 by Sean Bartell 2011-06-02 14:59:15 +00:00
SOURCES Remove generic M4A parsing code from libalac and create a libm4a - so it can be used by other codecs 2005-10-29 17:12:52 +00:00