blob: f513125253a41c0f755a8fe9957a956a129cbe32 [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
Linus Nielsen Feltzing4242a342004-07-08 10:12:39 +000019#ifdef HAVE_MPEG_PLAY
Dave Chapman4dbbca632002-05-09 23:54:47 +000020
Linus Nielsen Feltzing4242a342004-07-08 10:12:39 +000021void real_mpeg_play(char* fname);
Dave Chapman4dbbca632002-05-09 23:54:47 +000022
Linus Nielsen Feltzing4242a342004-07-08 10:12:39 +000023#endif /* HAVE_MPEG_PLAY */