diff options
author | Max Kellermann <max@duempel.org> | 2013-07-30 08:43:19 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-07-30 08:43:19 +0200 |
commit | dac740ee17aaaa368a9562db30bb687d700dbe1c (patch) | |
tree | 0dcbcc20553f99df454f30a3fca6b26ca19e5494 /Makefile.am | |
parent | 28030d7edbedcb3615c451a3d186e133ebeaeee1 (diff) | |
download | mpd-dac740ee17aaaa368a9562db30bb687d700dbe1c.tar.gz mpd-dac740ee17aaaa368a9562db30bb687d700dbe1c.tar.xz mpd-dac740ee17aaaa368a9562db30bb687d700dbe1c.zip |
encoder/null: convert to C++
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 854a147e1..20a631ab0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -640,7 +640,7 @@ ENCODER_LIBS = \ libencoder_plugins_a_SOURCES = \ src/encoder/OggStream.hxx \ - src/encoder/null_encoder.c \ + src/encoder/NullEncoderPlugin.cxx src/encoder/NullEncoderPlugin.hxx \ src/EncoderList.cxx src/EncoderList.hxx if ENABLE_WAVE_ENCODER |