From adbce88570d9d4bb740b6ac82842c8b2af0adfe0 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Sun, 30 Jun 2002 14:37:40 +0000 Subject: Now uses firmware/mpeg.c git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1269 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/x11/mpeg.c | 72 -------------------------------------------------- 1 file changed, 72 deletions(-) delete mode 100644 uisimulator/x11/mpeg.c (limited to 'uisimulator/x11/mpeg.c') diff --git a/uisimulator/x11/mpeg.c b/uisimulator/x11/mpeg.c deleted file mode 100644 index 247a0d2efb..0000000000 --- a/uisimulator/x11/mpeg.c +++ /dev/null @@ -1,72 +0,0 @@ -/*************************************************************************** - * __________ __ ___. - * Open \______ \ ____ ____ | | _\_ |__ _______ ___ - * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / - * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < - * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ - * \/ \/ \/ \/ \/ - * $Id$ - * - * Copyright (C) 2002 Daniel Stenberg - * - * 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. - * - ****************************************************************************/ -#include -#include "debug.h" -#include "id3.h" - -/* This file is for emulating some of the mpeg controlling functions of - the target */ -static struct mp3entry dummy; - -void mpeg_volume(void) -{ -} - -void mpeg_bass(void) -{ -} - -void mpeg_treble(void) -{ -} - -void mpeg_stop(void) -{ -} - -void mpeg_prev(void) -{ -} - -void mpeg_next(void) -{ -} - -#ifndef MPEGPLAY -void mpeg_play(char *tune) -{ - DEBUGF("We instruct the MPEG thread to play %s for us\n", - tune); - mp3info(&dummy, tune); -} - -void mpeg_pause(void) -{ -} - -void mpeg_resume(void) -{ -} - -#endif - -struct mp3entry* mpeg_current_track(void) -{ - return &dummy; -} -- cgit v1.2.3