mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Cleaned up the messy codec header and library system by merging codec.h, lib/codeclib.[ch] and lib/xxx2wav.[ch] into just codeclib.[ch]. Deleted much of the unused code in the xxx2wav portion. All codecs should now only include codeclib.h, and whatever codec specific headers are needed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7626 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f9cc638efd
commit
c91e0bbfc9
11 changed files with 162 additions and 34 deletions
|
@ -17,12 +17,8 @@
|
|||
*
|
||||
****************************************************************************/
|
||||
|
||||
#include "codec.h"
|
||||
|
||||
#include <codecs/libwavpack/wavpack.h>
|
||||
#include "playback.h"
|
||||
#include "lib/codeclib.h"
|
||||
#include "dsp.h"
|
||||
#include "codeclib.h"
|
||||
#include "libwavpack/wavpack.h"
|
||||
|
||||
static struct codec_api *ci;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue