diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2002-05-28 15:04:51 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2002-05-28 15:04:51 +0000 |
| commit | 3bd3cfcfe067096db897d1eae6443d05e908fb1a (patch) | |
| tree | 85a81f8b886ea83b9c109ad26e54354a88a0fcca | |
| parent | d1d1d63810db297dc28228f55962eeb6c2adae4c (diff) | |
| download | rockbox-3bd3cfcfe067096db897d1eae6443d05e908fb1a.zip rockbox-3bd3cfcfe067096db897d1eae6443d05e908fb1a.tar.gz rockbox-3bd3cfcfe067096db897d1eae6443d05e908fb1a.tar.bz2 rockbox-3bd3cfcfe067096db897d1eae6443d05e908fb1a.tar.xz | |
mpeg_stop stub added
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@764 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | uisimulator/x11/mpeg.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/uisimulator/x11/mpeg.c b/uisimulator/x11/mpeg.c index b0b38bc..38cdb10 100644 --- a/uisimulator/x11/mpeg.c +++ b/uisimulator/x11/mpeg.c @@ -31,3 +31,7 @@ void mpeg_bass(void) void mpeg_treble(void) { } + +void mpeg_stop(void) +{ +} |