Blob Blame History Raw
diff -Nur xmp-2.7.1-orig/src/plugin/audacious.c xmp-2.7.1/src/plugin/audacious.c
--- xmp-2.7.1-orig/src/plugin/audacious.c	2009-07-18 00:43:41.000000000 +0200
+++ xmp-2.7.1/src/plugin/audacious.c	2009-12-31 12:53:21.000000000 +0100
@@ -118,7 +118,9 @@
 	.pause		= mod_pause,
 	.seek		= seek,
 	.get_time	= get_time,
+#if __AUDACIOUS_PLUGIN_API__ < 12
 	.get_song_info	= get_song_info,
+#endif
 	.cleanup	= cleanup,
 #if __AUDACIOUS_PLUGIN_API__ >= 2
 	.get_song_tuple	= get_song_tuple,