Updated our source code header to explicitly mention that we are GPL v2 or
[Rockbox.git] / apps / codecs / libwavpack / SOURCES
blobb2518e59e0476bce5c1607ebb23bebd2b284e815
1 bits.c
2 float.c
3 metadata.c
4 unpack.c
5 pack.c
6 words.c
7 wputils.c
8 #if defined(CPU_COLDFIRE)
9 coldfire.S
10 #endif
11 #if defined(CPU_ARM)
12 arm.S
13 arml.S
14 #endif