blob: d0c100c45bbc57c1690806c2a6bf9f04b946759d [file] [log] [blame]
Dave Chapman4dbbca632002-05-09 23:54:47 +00001/***************************************************************************
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
Robert Hakece50cd2002-05-27 08:08:54 +000021void mpeg_play(char* fname);
Dave Chapman4dbbca632002-05-09 23:54:47 +000022
23#endif