From 3a6619d62c19770211757916c55fa9436385ae20 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 22 Feb 2009 17:17:26 +0100 Subject: encoder: added vorbis encoder This new vorbis encoder plugin is based on the existing shout_ogg.c plugin. --- src/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/Makefile.am') 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 -- cgit v1.2.3