make gp2x mp3 playback functional (need to unpack and compile helix decoder separatel...
authorkub <kub@kub.escape.de>
Mon, 18 Mar 2019 22:14:07 +0000 (23:14 +0100)
committerkub <derkub@gmail.com>
Tue, 30 Jul 2019 14:34:40 +0000 (16:34 +0200)
commit340e528ff8cb08e8e0be64aa4ca82b2aa5b4de9a
treee4655dfca6dc2a2fe9677067e5dad6db42014aac
parentc79d0bb90f98b1b3add067d87758b3269758078a
make gp2x mp3 playback functional (need to unpack and compile helix decoder separately in platform/common/helix)
13 files changed:
Makefile
platform/common/helix/Makefile [new file with mode: 0644]
platform/common/helix/lib.c [new file with mode: 0644]
platform/common/mp3.c
platform/common/mp3.h
platform/common/mp3_helix.c
platform/common/mp3_sync.c [new file with mode: 0644]
platform/gp2x/940ctl.c
platform/gp2x/code940/940.c
platform/gp2x/code940/Makefile
platform/gp2x/code940/mp3test.c
platform/gp2x/code940/uClibc/memset.s
platform/gp2x/code940/uClibc/wrappers.c