From f6e5c00726cf3322813242b804f3bf2369cfa337 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 22 Feb 2009 17:18:28 +0100 Subject: shout: use the new encoder API Removed shout's encoder plugin API in favor of the new generic encoder plugin API. --- src/Makefile.am | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 03785d974..942bc5645 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -419,14 +419,6 @@ if HAVE_SHOUT mpd_SOURCES += output/shout_plugin.c endif -if HAVE_SHOUT_MP3 -mpd_SOURCES += output/shout_mp3.c -endif - -if HAVE_SHOUT_OGG -mpd_SOURCES += output/shout_ogg.c -endif - # sparse is a semantic parser # URL: git://www.kernel.org/pub/scm/devel/sparse/sparse.git SPARSE = sparse -- cgit v1.2.3