rockbox/uisimulator/common
Daniel Stenberg b8a23f9e49 Fixed makefiles for autoconf.g include.
Fixed build output look in several Makefiles
Fixed code to include autoconf.h
Fixed code to use ROCKBOX_*_ENDIAN instead of previous attempts.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6421 a1c6a512-1295-4272-9138-f99709370657
2005-05-07 22:41:17 +00:00
..
player_icons
fmradio.c
font-player.c
font-player.h
io.c remove extra kludge we used to kill warnings on very old mingw cross-compile 2005-03-09 23:54:16 +00:00
lcd-common.c Build cleanup and general fixes. fprintf() is now fdprintf(), the separation 2005-02-22 12:19:12 +00:00
lcd-common.h
lcd-playersim.c file.h is not accessible for the simulated-functions files 2005-02-22 13:02:56 +00:00
lcd-playersim.h
Makefile Fixed makefiles for autoconf.g include. 2005-05-07 22:41:17 +00:00
mpegplay.c
mpegplay.h
README
sim_icons.c
sim_icons.h
sound.h
SOURCES charcell code only on charcell sims 2005-02-18 15:43:02 +00:00
stubs.c More audio code restructuring, mostly renaming functions so far 2005-04-04 12:06:29 +00:00

               __________               __   ___.
     Open      \______   \ ____   ____ |  | _\_ |__   _______  ___
     Source     |       _//  _ \_/ ___\|  |/ /| __ \ /  _ \  \/  /
     Jukebox    |    |   (  <_> )  \___|    < | \_\ (  <_> > <  <
     Firmware   |____|_  /\____/ \___  >__|_ \|___  /\____/__/\_ \
                       \/            \/     \/    \/            \/

This directory is for code that is shared between all versions of the
simulator, but is not needed for the target device.

The first code is for the software mpeg audio decoder.  The actual
mpeg decoding code is here and the O/S specific sound drivers should
be located in the x11 and win32 directories as appropriate.