aboutsummaryrefslogtreecommitdiffstats
path: root/src/EncoderList.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-07-30 08:48:53 +0200
committerMax Kellermann <max@duempel.org>2013-07-30 08:48:53 +0200
commitda1f4b3ede750c83039bcd21647569bde00a2992 (patch)
treee28532c3126f75081b9d08829e6ee4267f928685 /src/EncoderList.cxx
parentdac740ee17aaaa368a9562db30bb687d700dbe1c (diff)
downloadmpd-da1f4b3ede750c83039bcd21647569bde00a2992.tar.gz
mpd-da1f4b3ede750c83039bcd21647569bde00a2992.tar.xz
mpd-da1f4b3ede750c83039bcd21647569bde00a2992.zip
encoder/wave: convert to C++
Diffstat (limited to '')
-rw-r--r--src/EncoderList.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/EncoderList.cxx b/src/EncoderList.cxx
index 6c338bd36..a07f41afa 100644
--- a/src/EncoderList.cxx
+++ b/src/EncoderList.cxx
@@ -21,6 +21,7 @@
#include "EncoderList.hxx"
#include "encoder_plugin.h"
#include "encoder/NullEncoderPlugin.hxx"
+#include "encoder/WaveEncoderPlugin.hxx"
#include "encoder/VorbisEncoderPlugin.hxx"
#include "encoder/OpusEncoderPlugin.hxx"
#include "encoder/FlacEncoderPlugin.hxx"
@@ -29,7 +30,6 @@
extern const struct encoder_plugin lame_encoder_plugin;
extern const struct encoder_plugin twolame_encoder_plugin;
-extern const struct encoder_plugin wave_encoder_plugin;
const struct encoder_plugin *const encoder_plugins[] = {
&null_encoder_plugin,