mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Fix libmspack to compile with rbutil
The build system used by rbutil is not very robust: all the files are eventually compiled to the same directory so we cannot have two files with the same name (system.c would conflicts with system.cpp) so rename one file to avoid this. Also change all include directives to local ones because we don't have to expose the entire mspack source to inclusion. Change-Id: I3fe0638d69fdc30566eb9425abfe33c807678b28 Reviewed-on: http://gerrit.rockbox.org/417 Reviewed-by: Dominik Riebeling <Dominik.Riebeling@gmail.com>
This commit is contained in:
parent
739a7ae0e9
commit
289acf3333
26 changed files with 55 additions and 55 deletions
|
|
@ -9,8 +9,8 @@
|
|||
|
||||
/* KWAJ compression implementation */
|
||||
|
||||
#include <system.h>
|
||||
#include <kwaj.h>
|
||||
#include "system-mspack.h"
|
||||
#include "kwaj.h"
|
||||
|
||||
struct mskwaj_compressor *
|
||||
mspack_create_kwaj_compressor(struct mspack_system *sys)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue