Rockbox Development > Starting Development and Compiling
What is CONFIG_CODEC == SWCODEC
fed:
I am working through the code to try to figure out how to do my own mods. I can't figure out what 'CONFIG_CODEC == SWCODEC' means.
Llorean:
It means "if this player is a software codec target", and software codec means any player which uses software to decode music, rather than a hardware decoder. Currently all non-Archos Rockbox players are software codec players.
fed:
Thanks!
What about 'done = true'? I suppose it means diffirent things in diffirent places in the code. But I thought I'd ask anyway.
safetydan:
The meaning is going to depend on exactly what the code is doing.
Llorean:
A single = means assignment. It puts the value of the thing on the right inside the variable on the left. What this means in terms of what happens next depends entirely upon what code looks at that variable and what that code expects it to be.
Navigation
[0] Message Index
[#] Next page
Go to full version