From 4dbbca63d31ad40e8ec778b2ddfc63f33dc9f500 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Thu, 9 May 2002 23:54:47 +0000 Subject: 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 --- uisimulator/x11/mpegplay.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 uisimulator/x11/mpegplay.h (limited to 'uisimulator/x11/mpegplay.h') 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 @@ +/*************************************************************************** + * __________ __ ___. + * Open \______ \ ____ ____ | | _\_ |__ _______ ___ + * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / + * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < + * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ + * \/ \/ \/ \/ \/ + * + * Copyright (C) 2002 Dave Chapman + * + * All files in this archive are subject to the GNU General Public License. + * See the file COPYING in the source tree root for full license agreement. + * + * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY + * KIND, either express or implied. + * + ****************************************************************************/ + +#ifdef MPEG_PLAY + +int mpeg_play(char* fname); + +#endif -- cgit v1.2.3