mpegplayer: Get it in better shape for dual core targets. Utilize the newly added...
commit7cb3ad925d32baab2fdf8dcb95f36674491e9963
authorjethead71 <jethead71@a1c6a512-1295-4272-9138-f99709370657>
Sat, 14 Apr 2007 02:46:15 +0000 (14 02:46 +0000)
committerjethead71 <jethead71@a1c6a512-1295-4272-9138-f99709370657>
Sat, 14 Apr 2007 02:46:15 +0000 (14 02:46 +0000)
tree31c8b5f5540cd8b9eee3d75ab71cf70590dc6ae4
parent9fe58381a7c76fd73921f784c2260f32aaeaf230
mpegplayer: Get it in better shape for dual core targets. Utilize the newly added cache stuff. Add a mutex to core shared buffer variables. I'd prefer to have a true spinlock there but this will do for the moment and protect the data. Nonetheless I can't seem to crash it on an e200 any longer and the display garbage is gone.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13153 a1c6a512-1295-4272-9138-f99709370657
apps/plugin.c
apps/plugin.h
apps/plugins/mpegplayer/mpegplayer.c