diff options
| -rw-r--r-- | apps/FILES | 1 | ||||
| -rw-r--r-- | apps/plugins/CODECS | 7 |
2 files changed, 8 insertions, 0 deletions
@@ -16,6 +16,7 @@ plugins/viewers.config plugins/snake2.levels SOURCES plugins/SOURCES +plugins/CODECS plugins/lib/SOURCES plugins/rockboy/*.[ch] plugins/rockboy/Makefile 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 |