- Factor out container specific code from apps/codecs/wma.c.
commit8cbb5d46eb696c1948b673ca155855345fa4d79f
authormt <mt@a1c6a512-1295-4272-9138-f99709370657>
Sun, 2 May 2010 17:19:42 +0000 (2 17:19 +0000)
committermt <mt@a1c6a512-1295-4272-9138-f99709370657>
Sun, 2 May 2010 17:19:42 +0000 (2 17:19 +0000)
tree83a8976bba26b5252061334292bbf6e4e57fa628
parent1e3147e012f27832427cbb4c5c2afc4f8466ec0a
- Factor out container specific code from apps/codecs/wma.c.
- Create an independent asf packet-parsing library in apps/codecs/libasf.
- Modify wma.c to use the newly created libasf.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25780 a1c6a512-1295-4272-9138-f99709370657
apps/codecs/codecs.make
apps/codecs/libasf/SOURCES [new file with mode: 0644]
apps/codecs/libasf/asf.c [copied from apps/codecs/wma.c with 53% similarity]
apps/codecs/libasf/asf.h [new file with mode: 0644]
apps/codecs/libasf/libasf.make [new file with mode: 0644]
apps/codecs/wma.c