diff options
| author | Dave Bryant <bryant@rockbox.org> | 2005-06-13 06:00:35 +0000 |
|---|---|---|
| committer | Dave Bryant <bryant@rockbox.org> | 2005-06-13 06:00:35 +0000 |
| commit | 57c6f6e57ee7823678f98a21f44fb9563c228fca (patch) | |
| tree | ceaf8a6d51d88248c0a0b01c0666f6157d8cf796 /apps/plugins | |
| parent | 7ac0b350b8f373221f592fa760c7539b1b6da0a5 (diff) | |
| download | rockbox-57c6f6e57ee7823678f98a21f44fb9563c228fca.zip rockbox-57c6f6e57ee7823678f98a21f44fb9563c228fca.tar.gz rockbox-57c6f6e57ee7823678f98a21f44fb9563c228fca.tar.bz2 rockbox-57c6f6e57ee7823678f98a21f44fb9563c228fca.tar.xz | |
Initial pass at WavPack codec playback support (and my first commit...)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6698 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/SOURCES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index 7131f83..34f014d 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -78,6 +78,7 @@ codecflac.c codecwav.c codeca52.c codecmpc.c +codecwavpack.c #endif wv2wav.c mpc2wav.c |