diff src/amidi-plug/amidi-plug.c @ 1020:fe9ffc829b5f trunk

[svn] - amidi-plug works again (uses auddrct.h in place of the deprecated beepctrl.h)
author giacomo
date Fri, 11 May 2007 17:01:10 -0700
parents 914c96de3244
children baaf67022119
line wrap: on
line diff
--- a/src/amidi-plug/amidi-plug.c	Fri May 11 15:45:20 2007 -0700
+++ b/src/amidi-plug/amidi-plug.c	Fri May 11 17:01:10 2007 -0700
@@ -284,7 +284,7 @@
     {
       pthread_mutex_unlock( &amidiplug_playing_mutex );
       DEBUGMSG( "GETTIME on halted song (an error occurred?), returning -1 and stopping the player\n" );
-      xmms_remote_stop(0);
+      audacious_drct_stop();
       return -1;
     }
   }
@@ -311,7 +311,7 @@
     {
       pthread_mutex_unlock( &amidiplug_playing_mutex );
       DEBUGMSG( "GETTIME on halted song (an error occurred?), returning -1 and stopping the player\n" , time );
-      xmms_remote_stop(0);
+      audacious_drct_stop();
       return -1;
     }
   }