From f7c685f1abaf8201d8bdc2b520b5529dfaf474dd Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 22 Feb 2009 17:18:03 +0100 Subject: encoder: added lame mp3 encoder This new LAME encoder plugin is based on the existing shout_mp3.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 9d352982..03785d97 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -352,6 +352,10 @@ mpd_SOURCES += encoder_list.c if ENABLE_VORBIS_ENCODER mpd_SOURCES += encoder/vorbis_encoder.c endif + +if ENABLE_LAME_ENCODER +mpd_SOURCES += encoder/lame_encoder.c +endif endif -- cgit v1.2.3