diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-06-22 19:41:30 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-06-22 19:41:30 +0000 |
commit | 1dd672fe3226fa77113f35e4d72f50b863484c63 (patch) | |
tree | 67b424ab990f160dbc8fb238b9fa3390ceba10ed /apps/FILES | |
parent | b7aaa641b864628d76103b8c9d57c15747560ca7 (diff) |
moved and renamed the codecs, gave the codecs a new extension (.codec),
unified to a single codec-only API, made a new codeclib, disabled the building
of the *2wav plugins
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6812 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/FILES')
-rw-r--r-- | apps/FILES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/FILES b/apps/FILES index daa1856093..2a25386a6f 100644 --- a/apps/FILES +++ b/apps/FILES @@ -16,7 +16,6 @@ plugins/viewers.config plugins/snake2.levels SOURCES plugins/SOURCES -plugins/CODECS plugins/lib/SOURCES plugins/rockboy/*.[ch] plugins/rockboy/Makefile @@ -53,3 +52,5 @@ codecs/dumb/src/core/* codecs/dumb/src/helpers/* codecs/dumb/src/it/* codecs/libmusepack/* +codecs/lib/*.[ch] +codecs/lib/Makefile |