aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-02-22 17:17:26 +0100
committerMax Kellermann <max@duempel.org>2009-02-22 17:17:26 +0100
commit3a6619d62c19770211757916c55fa9436385ae20 (patch)
tree40d4cf47628f79bcc5617293cff1fcce54bdba1e /src/Makefile.am
parenta9dde676be62195aace54a1e3defefdc78a317f1 (diff)
downloadmpd-3a6619d62c19770211757916c55fa9436385ae20.tar.gz
mpd-3a6619d62c19770211757916c55fa9436385ae20.tar.xz
mpd-3a6619d62c19770211757916c55fa9436385ae20.zip
encoder: added vorbis encoder
This new vorbis encoder plugin is based on the existing shout_ogg.c plugin.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 2ec4c9ccc..9d3529827 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -348,6 +348,10 @@ endif
if ENABLE_ENCODER
mpd_SOURCES += encoder_list.c
+
+if ENABLE_VORBIS_ENCODER
+mpd_SOURCES += encoder/vorbis_encoder.c
+endif
endif