From 28e4d369b74f7f4c88f6e95ca568a22cb0b0fe44 Mon Sep 17 00:00:00 2001 From: James Courtier-Dutton Date: Mon, 25 Feb 2002 23:44:05 +0000 Subject: xine now compiles ok with the dxr3 em8300 ver 0.12.0 ,but dxr3 does not actually work yet. CVS patchset: 1519 CVS date: 2002/02/25 23:44:05 --- src/libspudec/spu.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/libspudec') diff --git a/src/libspudec/spu.c b/src/libspudec/spu.c index 59b1f0cd4..382eb7ab9 100644 --- a/src/libspudec/spu.c +++ b/src/libspudec/spu.c @@ -35,7 +35,7 @@ * along with this program; see the file COPYING. If not, write to * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. * - * $Id: spu.c,v 1.29 2002/01/05 21:29:37 jcdutton Exp $ + * $Id: spu.c,v 1.30 2002/02/25 23:44:06 jcdutton Exp $ * */ @@ -270,6 +270,12 @@ void spu_do_commands(spu_state_t *state, spu_seq_t* seq, vo_overlay_t *ovl) buf += 5; break; + case CMD_SPU_WIPE: +#ifdef LOG_DEBUG + printf ("spu: \tSPU_WIPE not implemented yet\n"); +#endif + break; + case CMD_SPU_FORCE_DISPLAY: #ifdef LOG_DEBUG printf ("spu: \tForce Display/Menu\n"); -- cgit v1.2.3