summaryrefslogtreecommitdiff
path: root/uisimulator/x11/mpegplay.h
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2002-05-09 23:54:47 +0000
committerDave Chapman <dave@dchapman.com>2002-05-09 23:54:47 +0000
commit4dbbca63d31ad40e8ec778b2ddfc63f33dc9f500 (patch)
treed0301232c53631cf90357ce3cf1e783a7499c43c /uisimulator/x11/mpegplay.h
parent564bb3edb0d52ce13367c8f53bc54b4fe448b8cf (diff)
downloadrockbox-4dbbca63d31ad40e8ec778b2ddfc63f33dc9f500.tar.gz
rockbox-4dbbca63d31ad40e8ec778b2ddfc63f33dc9f500.zip
first attempt at mp3 playback in x11 simulator using libmad
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@535 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/x11/mpegplay.h')
-rw-r--r--uisimulator/x11/mpegplay.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/uisimulator/x11/mpegplay.h b/uisimulator/x11/mpegplay.h
new file mode 100644
index 0000000000..cde9fe183f
--- /dev/null
+++ b/uisimulator/x11/mpegplay.h
@@ -0,0 +1,23 @@
1/***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 *
9 * Copyright (C) 2002 Dave Chapman
10 *
11 * All files in this archive are subject to the GNU General Public License.
12 * See the file COPYING in the source tree root for full license agreement.
13 *
14 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
15 * KIND, either express or implied.
16 *
17 ****************************************************************************/
18
19#ifdef MPEG_PLAY
20
21int mpeg_play(char* fname);
22
23#endif