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 | |
| parent | b685ebd4f61cab2b20524bab23428d728666bd86 (diff) | |
| download | rockbox-3739d3aa34b624f76668e535940e95b84bc3cc7d.zip rockbox-3739d3aa34b624f76668e535940e95b84bc3cc7d.tar.gz rockbox-3739d3aa34b624f76668e535940e95b84bc3cc7d.tar.bz2 rockbox-3739d3aa34b624f76668e535940e95b84bc3cc7d.tar.xz | |
codec lib sources
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6819 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
| -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 0000000..352fedb --- /dev/null +++ b/apps/codecs/lib/SOURCES @@ -0,0 +1,4 @@ +#if CONFIG_HWCODEC == MASNONE /* software codec platforms */ +codeclib.c +xxx2wav.c +#endif |