mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-22 19:42:40 -05:00
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
This commit is contained in:
parent
ecf2f747ed
commit
aee2425f66
2 changed files with 8 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ plugins/viewers.config
|
||||||
plugins/snake2.levels
|
plugins/snake2.levels
|
||||||
SOURCES
|
SOURCES
|
||||||
plugins/SOURCES
|
plugins/SOURCES
|
||||||
|
plugins/CODECS
|
||||||
plugins/lib/SOURCES
|
plugins/lib/SOURCES
|
||||||
plugins/rockboy/*.[ch]
|
plugins/rockboy/*.[ch]
|
||||||
plugins/rockboy/Makefile
|
plugins/rockboy/Makefile
|
||||||
|
|
|
||||||
7
apps/plugins/CODECS
Normal file
7
apps/plugins/CODECS
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
codecvorbis.elf
|
||||||
|
codecmpa.elf
|
||||||
|
codecflac.elf
|
||||||
|
codecwav.elf
|
||||||
|
codeca52.elf
|
||||||
|
codecmpc.elf
|
||||||
|
codecwavpack.elf
|
||||||
Loading…
Add table
Add a link
Reference in a new issue