aboutsummaryrefslogtreecommitdiffstats
path: root/src/EncoderList.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/EncoderList.cxx')
-rw-r--r--src/EncoderList.cxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/EncoderList.cxx b/src/EncoderList.cxx
index 7760a9582..baf1bcac2 100644
--- a/src/EncoderList.cxx
+++ b/src/EncoderList.cxx
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2013 The Music Player Daemon Project
+ * Copyright (C) 2003-2014 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
@@ -25,6 +25,7 @@
#include "encoder/VorbisEncoderPlugin.hxx"
#include "encoder/OpusEncoderPlugin.hxx"
#include "encoder/FlacEncoderPlugin.hxx"
+#include "encoder/ShineEncoderPlugin.hxx"
#include "encoder/LameEncoderPlugin.hxx"
#include "encoder/TwolameEncoderPlugin.hxx"
@@ -50,6 +51,9 @@ const EncoderPlugin *const encoder_plugins[] = {
#ifdef ENABLE_FLAC_ENCODER
&flac_encoder_plugin,
#endif
+#ifdef ENABLE_SHINE_ENCODER
+ &shine_encoder_plugin,
+#endif
nullptr
};