diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2005-06-22 04:09:43 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2005-06-22 04:09:43 +0000 |
| commit | aee2425f66d2abe6c569e9134771309a61483bb0 (patch) | |
| tree | 28c4d9d12d9a53bd11b9736f7e3e75c3695dbd95 /apps/plugins | |
| parent | ecf2f747edae9ffc3eb0057958da41915cbfac19 (diff) | |
| download | rockbox-aee2425f66d2abe6c569e9134771309a61483bb0.zip rockbox-aee2425f66d2abe6c569e9134771309a61483bb0.tar.gz rockbox-aee2425f66d2abe6c569e9134771309a61483bb0.tar.bz2 rockbox-aee2425f66d2abe6c569e9134771309a61483bb0.tar.xz | |
CODECS lists the codec plugins, so that the Makefile knows what ones to
link to the special codec address
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6795 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/CODECS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/plugins/CODECS b/apps/plugins/CODECS new file mode 100644 index 0000000..ea921a6 --- /dev/null +++ b/apps/plugins/CODECS @@ -0,0 +1,7 @@ +codecvorbis.elf +codecmpa.elf +codecflac.elf +codecwav.elf +codeca52.elf +codecmpc.elf +codecwavpack.elf |