Remove generic M4A parsing code from libalac and create a libm4a - so it can be used...
commit251c1efb3c4835252c4476d0e945f62336ca2dff
authordave <dave@a1c6a512-1295-4272-9138-f99709370657>
Sat, 29 Oct 2005 17:12:52 +0000 (29 17:12 +0000)
committerdave <dave@a1c6a512-1295-4272-9138-f99709370657>
Sat, 29 Oct 2005 17:12:52 +0000 (29 17:12 +0000)
tree900097f56dbecc41ea4fc6cd50366f0af3164e84
parentbe7e96f7eb773be93bd6e30491e1d0c67d5b9289
Remove generic M4A parsing code from libalac and create a libm4a - so it can be used by other codecs

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7682 a1c6a512-1295-4272-9138-f99709370657
apps/codecs/Makefile
apps/codecs/alac.c
apps/codecs/libalac/demux.h [deleted file]
apps/codecs/libalac/stream.h [deleted file]
apps/codecs/libm4a/Makefile [new file with mode: 0644]
apps/codecs/libm4a/SOURCES [new file with mode: 0644]
apps/codecs/libm4a/demux.c [moved from apps/codecs/libalac/demux.c with 99% similarity]
apps/codecs/libm4a/m4a.c [copied from apps/codecs/alac.c with 50% similarity]
apps/codecs/libm4a/m4a.h [new file with mode: 0644]
tools/configure