VBRfix description, part 2: actually this note was way outdated. Files recorded with...
[kugel-rb.git] / uisimulator / common / mpegplay.h
blobf513125253a41c0f755a8fe9957a956a129cbe32
1 /***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
9 * Copyright (C) 2002 Dave Chapman
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.
14 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
15 * KIND, either express or implied.
17 ****************************************************************************/
19 #ifdef HAVE_MPEG_PLAY
21 void real_mpeg_play(char* fname);
23 #endif /* HAVE_MPEG_PLAY */