diff src/audacious/Makefile @ 4281:3c673b6803c1

Remove legacy XMMS format conversion API. We have a new audio engine which does this the correct way.
author William Pitcock <nenolod@atheme.org>
date Tue, 12 Feb 2008 01:20:32 -0600
parents 92642f860860
children ca077e01ed3a a16edefb8836
line wrap: on
line diff
--- a/src/audacious/Makefile	Mon Feb 11 04:05:26 2008 -0600
+++ b/src/audacious/Makefile	Tue Feb 12 01:20:32 2008 -0600
@@ -80,8 +80,7 @@
        vfs_common.c						\
        visualization.c					\
        volumecontrol.c					\
-       sync-menu.c						\
-       xconvert.c
+       sync-menu.c
 
 ifdef USE_DBUS
 SRCS += dbus.c
@@ -117,8 +116,7 @@
 	   util.h		\
 	   vfs.h		\
 	   vfs_buffer.h		\
-	   vfs_buffered_file.h	\
-	   xconvert.h
+	   vfs_buffered_file.h
 
 DATA = images/about-logo.png				\
        images/appearance.png				\