diff options
author | Max Kellermann <max@duempel.org> | 2009-02-22 17:18:28 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-02-22 17:18:28 +0100 |
commit | f6e5c00726cf3322813242b804f3bf2369cfa337 (patch) | |
tree | 5beb10943c8a4c40666746edf68e79f7fd65fc08 /src/Makefile.am | |
parent | f7c685f1abaf8201d8bdc2b520b5529dfaf474dd (diff) | |
download | mpd-f6e5c00726cf3322813242b804f3bf2369cfa337.tar.gz mpd-f6e5c00726cf3322813242b804f3bf2369cfa337.tar.xz mpd-f6e5c00726cf3322813242b804f3bf2369cfa337.zip |
shout: use the new encoder API
Removed shout's encoder plugin API in favor of the new generic encoder
plugin API.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 8 |
1 files changed, 0 insertions, 8 deletions
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 |