diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-06-22 20:13:46 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-06-22 20:13:46 +0000 |
commit | 3739d3aa34b624f76668e535940e95b84bc3cc7d (patch) | |
tree | 9b39031c9873d55d75bdbeb39e3cb05985ee3621 /apps/codecs/lib | |
parent | b685ebd4f61cab2b20524bab23428d728666bd86 (diff) |
codec lib sources
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6819 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/lib')
-rw-r--r-- | apps/codecs/lib/SOURCES | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/codecs/lib/SOURCES b/apps/codecs/lib/SOURCES new file mode 100644 index 0000000000..352fedbff9 --- /dev/null +++ b/apps/codecs/lib/SOURCES @@ -0,0 +1,4 @@ +#if CONFIG_HWCODEC == MASNONE /* software codec platforms */ +codeclib.c +xxx2wav.c +#endif |