encoder/wave: convert to C++

This commit is contained in:
Max Kellermann
2013-07-30 08:48:53 +02:00
parent dac740ee17
commit da1f4b3ede
4 changed files with 62 additions and 28 deletions

View File

@@ -644,7 +644,9 @@ libencoder_plugins_a_SOURCES = \
src/EncoderList.cxx src/EncoderList.hxx
if ENABLE_WAVE_ENCODER
libencoder_plugins_a_SOURCES += src/encoder/wave_encoder.c
libencoder_plugins_a_SOURCES += \
src/encoder/WaveEncoderPlugin.cxx \
src/encoder/WaveEncoderPlugin.hxx
endif
if ENABLE_VORBIS_ENCODER