1
0
Fork 0
forked from len0rd/rockbox

Unified build system to use SOURCES for sim builds too, a single Makefile-look

made by configure and various related adjustments. This has not yet been tested
on cygwin.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6001 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2005-02-18 13:47:17 +00:00
parent f436476f9f
commit cdde25b597
25 changed files with 414 additions and 571 deletions

View file

@ -2485,9 +2485,12 @@ unsigned long mpeg_num_recorded_bytes(void)
return 0;
}
#elif CONFIG_HWCODEC == MASNONE
#elif (CONFIG_HWCODEC == MASNONE) || defined(SIMULATOR)
/* dummies coming up */
/* dummies coming up
NOTE: when we implment these functions for real for software coded targets,
these dummies shall remain for the simulator */
void bitswap(unsigned char *data, int length)
{